What is the best example of using jQuery to do Ajax upload (not really Ajax, but iFrame but it's usually called Ajax upload). Do you know of something that is well designed, has some ongoing development (e.g., 1.3 version), and is fairly full featured?
I checked the jQuery site and there are a couple of examples (which I tried) but wanted ask if anyone has recommendations.
jQuery Ajax Upload
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
jQuery Ajax Upload
(#10850)
Re: jQuery Ajax Upload
At our firm we use swfupload for asynchronous upload, so that's my recommendation. It currently has a nice jquery plugin as well which also further extends its abilities.
SWFUpload
http://swfupload.org/
jQuery plugin
http://blogs.bigfish.tv/adam/2009/06/14 ... ry-plugin/
SWFUpload
http://swfupload.org/
jQuery plugin
http://blogs.bigfish.tv/adam/2009/06/14 ... ry-plugin/
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US