An open API service indexing awesome lists of open source software.

https://github.com/thecodemonkey/plupload.net

the MVC .Net implementation of plupload(multiple file uploader)
https://github.com/thecodemonkey/plupload.net

Last synced: 9 months ago
JSON representation

the MVC .Net implementation of plupload(multiple file uploader)

Awesome Lists containing this project

README

          

Plupload.Net
============

the MVC .Net implementation of plupload(multiple file uploader)

using Plupload.Net you have the complete solution to uploading multiple files within WebApplications. The implementation into an existing MVC3 .Net Application is very simple.

Installation
============

download the last Version of Plupload.Net.dll and put it to the bin folder of your web application.

Usage
=====

Just use the extension method of the HtmlHelper to render the Plupload.Net on the corresponding Location of your UI.

@Html.Plupload()