jQuery Ajax Upload

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

jQuery Ajax Upload

Post 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.
(#10850)
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: jQuery Ajax Upload

Post 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/
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: jQuery Ajax Upload

Post by Christopher »

Thanks pytrin ... I will check it out.
(#10850)
Post Reply