Reputation: 27384
I am looking for a file uploader similar to uploadify with progress bar that doesn't rely on flash, preferably using jQuery - is this possible?
Upvotes: 20
Views: 66853
Reputation: 28110
Sure, it's possible. A couple sites with different code and tutorials are:
Upvotes: 18
Reputation: 6335
Hello try my beta ajax mutiple upload jquery based, simple efficient download it at: http://www.albanx.com/ . no flash, with progress, work over https, support main browsers.. EDIT: find final project here http://code.google.com/p/ax-jquery-multiuploader/
Upvotes: 0
Reputation: 49
No, I don't think it can cross all browser. IE6-9 can't support the real upload progress bar if no flash. Cause js can't get the file size without File Read API.
Upvotes: 0