Change web browser upload form with Flash 8 or above file upload with progress bar of current file upload.
Steps:
- Add flash directory to repository. Inside this direcotre there will be all flash sources and compiled swf's.
- Flash detection and swf embed on the page based on the swfObject: http://blog.deconcept.com/swfobject/ detection script should be placed in flash directory
- If there is no Flash 8 or newer plugin installed then we show normal web/browser form.
- When Flash 8 or newer is detected, then we show Flash upload with buttons: browse file and upload. There is no edit box, it's not necessary, we could show chosen file name in regular text box instead.
- When upload button is clicked, then we start to show upload progress bar. 6. After finishing upload we redirect to edit file properties page (as in current web upload).