We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c459af6 + 0904f8d commit 9736555Copy full SHA for 9736555
README.md
@@ -66,6 +66,7 @@ Many of these props are inherited from [dropzone configuration so see their doco
66
| showRemoveLink | Boolean | Whether the Remove link is shown on items.|
67
| maxFileSizeInMB | Number |The maximum file size for a single upload in MB.|
68
| 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`|
70
| autoProcessQueue | Boolean | Whether the files are automatically uploaded or not.|
71
| useFontAwesome | Boolean | Whether to use Font Awesome instead of Material Icon.|
72
| headers | Object | If you want to add additional headers.|
0 commit comments