UploadAsyncProps
Represents the async properties of the Upload component.
Name | Type | Default | Description |
---|---|---|---|
autoUpload? |
|
By default, the selected files are immediately uploaded.
To change this behavior, set | |
batch? |
|
When enabled, all files in the selection are uploaded in one request. Any files that are selected one after the other are uploaded in separate requests. | |
removeField? |
|
Sets the | |
removeHeaders? |
|
Configures the | |
removeMethod? |
|
Sets the request method of the | |
removeUrl? |
|
Sets the URL of the endpoint for the | |
responseType? |
|
Sets the expected response type
of the server.
Used to parse the response appropriately.
Defaults to | |
saveField? |
|
Sets the | |
saveHeaders? |
|
Configures the | |
saveMethod? |
|
Sets the | |
saveUrl? |
|
Sets the URL of the endpoint for the upload request.
The requested | |
withCredentials? |
|
Configures whether credentials (cookies, headers) will be sent for cross-site requests.
Defaults to |