This product was discontinued

ASP.NET MVC

Developers creating their websites with ASP.NET MVC can easily add the file upload functionality to their applications. Let's see how Aurigma may help with it.

To implement some upload functionality, it is necessary to create two pages:

  • Uploader interface — in MVC it should be View.
  • Server-side script which saves uploaded files on a server and performs other operations — in MVC it should be Controller/Action.

Upload Suite provides you with APIs which help you to do both things - JavaScript library to embed the uploader to a page and configure it and ASP.NET upload handler.