This product was discontinued
ASP.NET WebForms
This is a right section for ASP.NET developers who are looking for an information how to integrate Upload Suite with their ASP.NET applications.
When adding file upload functionality to a website, you always need to do two things:
- Display the uploader interface (client-side).
- Process uploaded files, like save them on a particular folder, updated a database, etc. (server-side).
Upload Suite includes an ASP.NET WebForms control which makes it very easy to carry out both tasks.
Note: If you are using ASP.NET MVC, check out ASP.NET MVC Developer's Section instead.