FILE UPLOAD USING JQUERY PLUGIN
DESCRIPTION:
Hi, in this blog we going to learn how to upload multiple files using jquery plugin. In this example I am using VS2008, and Jquery plugin
You can download the plugin from uploadify plugin .
First need to add the css file and the js file we get from the above link, and check the aspx page where I declare in my aspx page and Create a folder in the solution explorer name it as UploadFiles.
In the above example I have used ashx handler page this can be added by right click on your solution and from choose add item and select generic handler.
Now open the ashx page and add the code as below,
Thats all you have done!
First need to add the css file and the js file we get from the above link, and check the aspx page where I declare in my aspx page and Create a folder in the solution explorer name it as UploadFiles.
In the above example I have used ashx handler page this can be added by right click on your solution and from choose add item and select generic handler.
Now open the ashx page and add the code as below,
Thats all you have done!
No comments:
Post a Comment