Uploading Files with AJAX

added by rcash
7/28/2011 11:53:23 AM

159 Views

Oh the fun things you can do with emerging web technologies. In this article we talk about uploading files via AJAX.


2 comments

vijayst
7/29/2011 9:50:01 AM
There are other alternatives as well: http://www.uploadify.com/ - jQuery alternative
http://silverlightfileupld.codeplex.com/ - Silverlight alternative.
Both the above alternatives give AJAX like behavior in all the browsers.

rcash
7/31/2011 6:26:41 PM
Thanks for sharing. I will have to check those links out. I think the author stated that the solution in this article would only work in certain browsers.