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.
1 parent 8e7770e commit 4f4b729Copy full SHA for 4f4b729
docs/pages/upload.md
@@ -188,6 +188,7 @@ Any of these options can be applied to the component attribute. Separate multipl
188
| `params` | Object | `{}` | Additional parameters. |
189
| `allow` | String | `false` | File name filter. (eg. *.png) |
190
| `mime` | String | `false` | File MIME type filter. (eg. image/*) |
191
+| `maxSize` | Number | `0` | The maximum file size per file. (kB) |
192
| `concurrent` | Number | `1` | Number of files that will be uploaded simultaneously. |
193
| `type` | String | | The expected response data type (xml, json, script, or html) |
194
| `method` | String | `POST` | The request method |
0 commit comments