FileManagerUploadSettingsTagHelper

Example

Razor
<upload>
    <async />
    <localization />
    <validation />
</upload>

ChildTags

Attributes

AttributeTypeDescription
cancelStringFires when the upload was cancelled while in progress. Upload Events.
clearStringFires when the files are cleared by clicking on the Clear button. Upload Events.
completeStringFires when all active uploads complete—either successfully or with errors. Upload Events.
directoryBooleanEnables the selection of folders instead of files.
errorStringFires when an upload or remove operation fails. Upload Events.
multipleBooleanEnables (if set to true) or disables (if set to false) the selection of multiple files. If set to false, the user can select only one file at a time.
pauseStringFires when the files are cleared by clicking the Pause button. The button is visible if chunksize is set. Upload Events.
progressStringFires when the data about the progress of the upload is available. Upload Events.
removeStringFires when an uploaded file is about to be removed. If the event is canceled, the remove operation is prevented. Upload Events.
resumeStringFires when the files are resumed through clicking the Resume button. The button is visible if chunksize is set and the file upload is paused. Upload Events.
selectStringFires when a file is selected. Upload Events.
show-file-listBooleanEnables (if set to true) or disables (if set to false) the display of a file listing for the file upload. The disabling of a file listing might be useful if you want to customize the UI. To build your own UI, use the client-side events.
successStringFires when an upload or remove operation is completed successfully. Upload Events.
uploadStringFires when one or more files are about to be uploaded. The canceling of the event prevents the upload. Upload Events.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support