To days topic is File Upload Asynchronously using Jquery and Generic Handler in ASP.NET C#. In this article I will show you how to upload a single file or multiple files in your ASP.NET project using jquery and generic handler.
So, what actually Generic Handler is?
Some ASP.NET files are dynamically generated. They are generated with C# code or disk resources. These files do not require web forms. Instead, an ASHX generic handler is ideal. It can dynamically return an image from a query string, write XML, or any other data.For further information you can follow this link. Click here.
Lets come directly to the code.
For this project you need a normal asp file uploader. So add a file uploader into your project. And also add a folder named "Uploader" in which the files will be dumped.
After this add a script tag and write these code into that tag.
Now add some additional files like css, js, swf and run the code. Enjoying your uploading.
Download the full source code here.
0 comments:
Post a Comment