From 95d57780d0cea874e7d96ec62cccc5611931b974 Mon Sep 17 00:00:00 2001 From: Koen van der Linden Date: Sat, 17 Mar 2018 16:57:25 +0100 Subject: [PATCH] Updated readme for uploadFilesInSingleRequest --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a422bdf..5b57069 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ 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. `uploadFilesInSingleRequest` - If 'true', all files in the queue will be uploaded using one multipart request. Defaults to false. Notice this cannot be combined with 'disableMultipart' is 'true'. + ### Events - `fileOver` - it fires during 'over' and 'out' events for Drop Area; returns `boolean`: `true` if file is over Drop Area, `false` in case of out.