Skip to content

Commit 9736555

Browse files
authored
Merge pull request #183 from Thorazine/patch-2
parallelUploads wasn't mentioned in the docs
2 parents c459af6 + 0904f8d commit 9736555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Many of these props are inherited from [dropzone configuration so see their doco
6666
| showRemoveLink | Boolean | Whether the Remove link is shown on items.|
6767
| maxFileSizeInMB | Number |The maximum file size for a single upload in MB.|
6868
| maxNumberOfFiles | Number | The maximum number of files to allow the user to upload.|
69+
| parallelUploads | Number | How many file uploads to process in parallel. `Default : 2`|
6970
| autoProcessQueue | Boolean | Whether the files are automatically uploaded or not.|
7071
| useFontAwesome | Boolean | Whether to use Font Awesome instead of Material Icon.|
7172
| headers | Object | If you want to add additional headers.|

0 commit comments

Comments
 (0)