Skip to content

Commit b8922c5

Browse files
committed
Updated Readme
1 parent 0823ce5 commit b8922c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
This is an example of how to integrate a [jQuery-File-Upload plugin](https://github.com/blueimp/jQuery-File-Upload) into an ASP.NET MVC 3 application.
44

5-
It is identical to the [original plugin demo](http://blueimp.github.com/jQuery-File-Upload/ "jQuery File Upload Demo") and supports batch **upload**, **download** and **deletion** of uploaded files.
5+
It is identical to the [original plugin demo](http://blueimp.github.com/jQuery-File-Upload/ "jQuery File Upload Demo") and supports batch **upload**, **download** and **deletion** of uploaded files.
6+
7+
Currently MVC Actions are not used to handle upload/download/delete in the demo, due to the inability for a developer to set a maxMessageLength per location if ASP.NET MVC app. IIS by default allows POST messages no londer then 5MB. This does not allow to upload large files, casting an implementation useless. Or, you can sacrifice security and just enable maxMessageLength for an entire site, which I personally wouldn't do.
8+
9+
This given, a HttpHandler implmentation is introduced. (thanks go to [Iain Ballard](https://github.com/i-e-b/) and his ASP.NET handler-based demo.
10+
11+
main.js is initialized with large-files in mind, and a thumbnails are smart enough to disaplay everything correctly, so go ahead, take a look and fork if you wish.

0 commit comments

Comments
 (0)