Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>File upload boxes is where we're currently at if you don't want to involve other technologies like Flash, Java or ActiveX.</p> <p>With plain HTML you are pretty much limited to the experience you've described (no progress bar, double submits, etc). If you are willing to use some javascript, you can solve some of the problems by giving feedback that the upload is in progress and even <a href="http://www.raditha.com/php/progress.php" rel="noreferrer">showing the upload progress</a> (it is a hack because you shouldn't have to do a full round-trip to the server and back, but at least it works).</p> <p>If you are willing to use Flash (which is available pretty much anywhere and on many platforms), you can overcome pretty much all of these problems. A quick googling turned up <a href="http://www.downloadsquad.com/2006/11/16/swfupload-open-source-flash-multi-file-upload/" rel="noreferrer">two</a> <a href="http://www.codeproject.com/KB/aspnet/FlashUpload.aspx" rel="noreferrer">such</a> components, both of them free <em>and</em> open source. I never used any of them, but they look good. BTW, Flash isn't without its problems either, for example when using the multi-file uploader for slide share, the browser kept constantly crashing on me :-(</p> <p>Probably the best solution currently is to detect dynamically if the user has Flash, and if it's the case, give her the flash version of the uploader, while still making it possible to choose the basic HTML one.</p> <p>HTH</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload