You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionally, you can pass Fetch options to the request. Read more about Fetch API [here](https://developer.mozilla.org/en-US/docs/Web/API/fetch#options).
580
580
::field{name="formKey" type="string"}
581
-
The key to add the file/files to the request form. Defaults to `'file'`.
581
+
The key to add the file/files to the request form. Defaults to `'files'`.
582
582
::
583
583
::field{name="multiple" type="boolean"}
584
584
Whether to allow multiple files to be uploaded. Defaults to `true`.
0 commit comments