Tuesday, March 22, 2011

Uploadify and ASP.Net with jQuery for File Upload using HttpModule

If you are managing any type of content management system using ASP.Net you are probably using jQuery in some respects. One useful browser-side plugin for jQuery uses Flash to upload files. This plugin is called Uploadify and ships with a PHP server side component. There is a great post on ASP.Net snippets about replacing the File Upload Server Side component with a C#/.Net HttpModule for IIS.

http://www.aspsnippets.com/Articles/Multiple-File-Uploads-Gmail-Style-using-JQuery-and-ASP.Net.aspx

No comments: