Form

Hi guys need your advice. I have form that has a file upload for user videos. I want to allow the user to fill the form during the video upload. Thus saving time. Currently I ask the user to upload the video that takes 5 to 7 mints then direct him to form that takes another 5 to 7 mints. However if I use the upload video option on the form itself once the video uploads the entire form gets refreshed. Any alternatives?

You can use async uploading plus some client-side scripting to disable form submit until the file gets uploaded.

Try Valums Uploader: https://github.com/valums/file-uploader (check the demo to see if it’s what you need though)