A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://js.devexpress.com/Vue/Documentation/ApiReference/UI_Components/dxFileUploader/ below:

Vue FileUploader API | Vue Documentation

An object defining configuration properties for the FileUploader UI component.

Name Description abortUpload

A function that cancels the file upload.

accept

Specifies file types users can select in the Open File dialog. The default value accepts all file types.

accessKey

Specifies the shortcut key that sets focus on the UI component.

activeStateEnabled

Specifies whether the UI component changes its visual state as a result of user interaction.

allowCanceling

Specifies if an end user can remove a file from the selection and interrupt uploading.

allowedFileExtensions

Restricts file extensions that can be uploaded to the server.

chunkSize

Specifies the chunk size in bytes. Applies only if uploadMode is "instantly" or "useButtons". Requires a server that can process file chunks.

dialogTrigger

Specifies the HTML element which invokes the file upload dialog.

disabled

Specifies whether the UI component responds to user interaction.

dropZone

Specifies the HTML element in which users can drag and drop files for upload.

elementAttr

Specifies the global attributes to be attached to the UI component's container element.

focusStateEnabled

Specifies whether the UI component can be focused using keyboard navigation.

height

Specifies the UI component's height.

hint

Specifies text for a hint that appears when a user pauses on the UI component.

hoverStateEnabled

Specifies whether the FileUploader component changes the state of all its buttons when users hover over them.

inputAttr

Specifies the attributes to be passed on to the underlying <input> element of the file type.

invalidFileExtensionMessage

The text displayed when the extension of the file being uploaded is not an allowed file extension.

invalidMaxFileSizeMessage

The text displayed when the size of the file being uploaded is greater than the maxFileSize.

invalidMinFileSizeMessage

The text displayed when the size of the file being uploaded is less than the minFileSize.

isDirty

Specifies whether the component's current value differs from the initial value.

isValid

Specifies or indicates whether the editor's value is valid.

labelText

Specifies the text displayed on the area to which an end user can drop a file.

maxFileSize

Specifies the maximum file size (in bytes) allowed for uploading. Applies only if uploadMode is "instantly" or "useButtons".

minFileSize

Specifies the minimum file size (in bytes) allowed for uploading. Applies only if uploadMode is "instantly" or "useButtons".

multiple

Specifies whether the UI component enables an end user to select a single file or multiple files.

name

Specifies the value passed to the name attribute of the underlying input element. Required to access uploaded files on the server.

onBeforeSend

A function that allows you to customize the request before it is sent to the server.

onContentReady

A function that is executed when the UI component is rendered and each time the component is repainted.

onDisposing

A function that is executed before the UI component is disposed of.

onDropZoneEnter

A function that is executed when the mouse enters a drop zone while dragging a file.

onDropZoneLeave

A function that is executed when the mouse leaves a drop zone as it drags a file.

onFilesUploaded

A function that is executed when the file upload process is complete.

onInitialized

A function used in JavaScript frameworks to save the UI component instance.

onOptionChanged

A function that is executed after a UI component property is changed.

onProgress

A function that is executed when a file segment is uploaded.

onUploadAborted

A function that is executed when the file upload is aborted.

onUploaded

A function that is executed when a file is successfully uploaded.

onUploadError

A function that is executed when an error occurs during the file upload.

onUploadStarted

A function that is executed when the file upload is started.

onValueChanged

A function that is executed when one or several files are added to or removed from the selection.

progress

Gets the current progress in percentages.

readOnly

Specifies whether the editor is read-only.

readyToUploadMessage

The message displayed by the UI component when it is ready to upload the specified files.

rtlEnabled

Switches the UI component to a right-to-left representation.

selectButtonText

The text displayed on the button that opens the file browser.

showFileList

Specifies whether or not the UI component displays the list of selected files.

tabIndex

Specifies the number of the element when the Tab key is used for navigating.

uploadAbortedMessage

The message displayed by the UI component when the file upload is cancelled.

uploadButtonText

The text displayed on the button that starts uploading.

uploadChunk

A function that uploads a file in chunks.

uploadCustomData

Specifies custom data for the upload request.

uploadedMessage

The message displayed by the UI component when uploading is finished.

uploadFailedMessage

The message displayed by the UI component on uploading failure.

uploadFile

A function that uploads a file.

uploadHeaders

Specifies headers for the upload request.

uploadMethod

Specifies the method for the upload request.

uploadMode

Specifies how the UI component uploads files.

uploadUrl

Specifies a target Url for the upload request.

validationError

Information on the broken validation rule. Contains the first item from the validationErrors array.

validationErrors

An array of validation errors.

validationStatus

Indicates or specifies the current validation status.

value

Specifies a File instance representing the selected file. Read-only when uploadMode is "useForm".

visible

Specifies whether the UI component is visible.

width

Specifies the UI component's width.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4