FileManagerUploadAsyncSettingsTagHelper

Example

Razor
<async/>

Attributes

AttributeTypeDescription
auto-retry-afterDoubleIf async.autoRetryAfter is set, the failed upload request is repeated after the declared amount of time in miliseconds.
auto-uploadBooleanBy default, the selected files are uploaded immediately. To change this behavior, set autoUpload to false.
batchBooleanAll selected files are uploaded in one request.
chunk-sizeDoubleWhen async.chunkSize is set, the selected files are uploaded chunk by chunk with the declared size.
concurrentBooleanBy default, the selected files are uploaded one after the other. When async.concurrent is set to true, all selected files start to upload simultaneously.
max-auto-retriesDoubleSets the maximum number of attempts that are performed if an upload fails.
save-fieldStringThe name of the form field which is submitted to saveUrl. The default value is the input name.
save-urlStringThe URL of the handler that will receive the submitted files. The handler must accept POST requests which contain one or more fields with the same name as the original input name.
use-array-bufferBooleanBy default, the files are uploaded as file data. When set to true, the files are read as a file buffer by using FileReader.
with-credentialsBooleanControls whether to send credentials (cookies, headers) for cross-site requests.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support