I'm looking for a javascript-based multiple file uploader script that displays the filesizes of all files that are queued to be uploaded. Does anyone here know where I might find something like that? I found this example, but it seems to only work with a single file:
http://pixeline.be/experiments/jqUploader/test.php
Does anyone know where I might find something similar to this -- but that works with multiple files? Note that the upload progress indicator is not important to me --- what's most important is the ability to indicate the filesizes of the queued files.
It's also important that the code be relatively easy to implement, and that it be fully cross-browser compatible.
Thanks in advance.
- Yvan
ASKER
- yg