It is necessary to transmit large file using web browser interface. Standard <input type=”file”>
or <asp:FileUpload>
do not provide enough feedback for the user of the application. What are the realistic ways to improve feedback such as progress bar, animation, etc? Target users are users with IE, Firefox and Safari browsers. All I know that animated GIFs are not working during file post, users are not looking at the progress line in the status bar or other small icons, and word AJAX is not that helpful in the solution of this problem :-)
EDITED: users do not want to install any ActiveXs or applets. Users are fine with <input type=”file”>
but they want feedback – users keep referring youtube. How youtube did it? Is it a secret? The server part can be modified to have a custom handler. Did HTML authors and web browsers implementers make file upload control that completely useless?