Posts that Alex Ezell is monitoring
|
Sep 30, 2008
|
Topic: Upload Filenames Is it possible to pass the title as a hidden input in a form we host and post to http://heywatch.com/upload? EDIT: nevermind, I see this is working. |
|
Feb 15, 2007
|
Topic: Auto-encode and FTP The automatic encode now works after an upload from the computer. |
|
Feb 15, 2007
|
Topic: Upload Filenames In the next changes, you will be able to set a title when upload a video from disk. I think it will resolve your issue. Edit: I just commit, you can now use the parameter title to set a title. |
|
Feb 14, 2007
|
Topic: Upload Filenames You have two ways to avoid that:
eg with curl: curl -X POST -d “video_id=1024&format_id=40&ftp_directive=ftp://log:pass@myhost.com/path/my_host_user_id/” “http://log:pass@heywatch.com/job” |
|
Feb 14, 2007
|
Topic: Ajax Upload I know… Unfortunately, I have a critical error when trying with firefox. The function apparently cannot access the parent window due to security reason. I think it is the cause. I have no solution, sorry. |
|
Feb 14, 2007
|
Topic: Auto-encode and FTP Yes, it will be available in a few days. |
|
Feb 14, 2007
|
Topic: Auto-encode and FTP In fact, the automatic encode works only if you transfer from the web. |
|
Feb 14, 2007
|
Topic: Ajax Upload I had the same issue. Instead of using the finish method, you can use the redirect form options. |