Reputation: 1727
I am searching for multiple image upload just like facebook and found the below answers on internet . ( I see even this feature with some forums software too)
1) Use HTML 5 :- Only the latest browsers are supporting this . I think still IE 9 is not supporting it ( Facebook one works good with all browsers )
2) http://www.uploadify.com/ :- But this one using flash technologies
3) http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/ :- This one works great , But can not select multiple files in one shot . We have to select one by one using one browse button
4) http://code.google.com/p/noswfupload/ :- This one was there from 2009 and I don't see many people using it ( Not sure what the problem with this one )
But none of them look good like Facebook Or forums ones . Could any body help me to find the best one similar to Facebook?
Thanks for your help
Regards
Kiran
Upvotes: 1
Views: 7805
Reputation: 179994
2) http://www.uploadify.com/ :- But this one using flash technologies
So is Facebook.
But none of them look good like Facebook Or forums ones .
So customize them. SWFUpload and Uploadify are easily styled to look however you want.
Upvotes: 1
Reputation: 2853
If you want to select multiple files in one shot you must:
If you check Facebook photo uploader, it is made with flash.
Upvotes: 2