I know there are several topics out there about this, but none of them offered a definite solution for a file uploader script that:
- Works on IE7+
- Has a progress bar (On every browser)
- No Flash (Or fallback)
Any solutions?
I know there are several topics out there about this, but none of them offered a definite solution for a file uploader script that:
Any solutions?
You may use Axuploader by AlbanX. It has got;
You may also try Fine-Uploader by Widen. It has got;
Or jQuery-File-Upload plugin (compatible with IE), which has got;
References
Check out 10 HTML5 File Upload with jQuery Example to see some great file uploaders which works with HTML5
Also, here at 10+ PHP Ajax Upload File Tutorials - Free Download you can choose from a lot of uploaders.
http://www.plupload.com/ is available in multiple runtimes and has graceful degradation. If HTML5 is supported, it can also do drag and drop uploads.
I think the following are the thing you need, they also support progressing upload well in IE by Flash component
Use This:
http://valums.com/ajax-upload/
No Flash, Simple Jquery.
Features
git: https://github.com/valums/file-uploader
You can also use these:
http://nixboxdesigns.com/demos/jquery-uploadprogress.php
https://github.com/drogus/jquery-upload-progress
http://www.albanx.com/
Flash-less IE progress bar
http://www.webappers.com/2011/01/24/jquery-file-upload-with-upload-progress-bar/
Hope this helps.
To support progress bar and multiple file upload in IE requires Flash. Unfortunately, none of the new, "flashy but flashless" widgets support this.
The only solution I've found is Uploadify, which is not perfect but does the job. The largest draw back is lack of drag and drop support.
Frankly, all of these new widgets are so much better, but the developers sadly seem opposed to implementing a fallback solution in Flash for IE.