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)
- Host: GitHub
- URL: https://github.com/thecodemonkey/plupload.net
- Owner: thecodemonkey
- Created: 2012-04-30T15:16:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-08T12:46:44.000Z (over 13 years ago)
- Last Synced: 2023-03-23T17:30:01.963Z (over 2 years ago)
- Language: C#
- Size: 5.59 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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()