feat(fileUploader): Added queueMaxSizeLimit, to limit the file size of all items in the uploadqueue.

This commit is contained in:
Koen van der Linden
2018-04-03 10:43:14 +02:00
parent fb48f4411d
commit 385c322d3d
3 changed files with 18 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g
5. `formatDataFunction` - Function to modify the request body. 'DisableMultipart' must be 'true' for this function to be called.
6. `formatDataFunctionIsAsync` - Informs if the function sent in 'formatDataFunction' is asynchronous. Defaults to false.
7. `parametersBeforeFiles` - States if additional parameters should be appended before or after the file. Defaults to false.
8. `queueMaxSizeLimit` - States the maximum allowed size (in bytes) of all files in the queue that are going to be uploaded.
### Events