I'm confused by the presence of the "Upload Video File" button.
It appears that if you browse for a video, select "Upload Video File", wait for it to process, then submit the node, it works properly.
It appears that if you browse for a video and then jump straight to submitting the node, it works properly. (It uploads the video anyhow.)
It appears that if you browse for a video, select "Upload Video File", and then jump straight to submiting the node, things go awry.
-- You get a successful message indicating the upload was a success (Video has been uploaded, and is being processed, please continue to save this post.)
-- A loop of error messages appear unerneath
-- The submit fails
So should "Upload Video File" be removed? If submit uploads the video anyhow, why is it there?
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 1.png | 208.25 KB | one-economy |
Comments
Comment #1
jhedstromThe reason for this behavior is that the form is pointing at 2 different places. When one hits the submit button, it first sends the file to youtube, and then submits the form. When one hits the upload button, it sends the video to youtube, but doesn't hide the submit/preview buttons, so one can submit the form to the drupal server before the upload is finished.
Comment #2
jhedstromThis issue should be fixed with the next build. I've added js to hide the buttons to avoid the double posting behavior.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.