Page 1 of 1

jQuery Ajax Upload

Posted: Fri Apr 30, 2010 4:48 pm
by Christopher
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.

Re: jQuery Ajax Upload

Posted: Fri Apr 30, 2010 4:56 pm
by Eran
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/

Re: jQuery Ajax Upload

Posted: Fri Apr 30, 2010 5:56 pm
by Christopher
Thanks pytrin ... I will check it out.