Comment 6 for bug 623648

Revision history for this message
Richard Mansfield (richard-mansfield) wrote :

Ruslan,

I was working on a feature recently that would allow a user to choose a video encoding format in the upload form, and so I needed a way to turn off the automatic uploading of the file as soon as it's chosen, and include a submit button (like your submit-helper) instead.

I had to do this for the video thing because otherwise the form might be submitted before the user had a chance to choose the encoding format.

It's looking like that video encoding stuff won't make into the core code now, but I extracted the patch that lets you turn off the automatic submit-on-choose and replace it with the "submit helper".

Have a look and let me know what you think - we could use this as a workaround until we find a better way to fix the problem, but unfortunately it would spoil things a bit for the IE & Chrome users.