DxUpload Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Accepted |
Specifies one or multiple MIME types that the Upload component accepts. |
Allow |
Specifies whether users can cancel file upload. |
Allowed |
Specifies file extensions that the Upload component accepts. |
Allow |
Specifies whether users can upload (select in an Open File dialog or drag and drop) multiple files via the Upload component. |
Allow |
Specifies whether users can pause file upload in chunk upload mode. |
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from Dx |
Child |
Inherited from Dx |
Chunk |
Specifies the chunk size in bytes. |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
External |
Specifies the CSS selector of a container or HTML element wherein users can drop files to upload. |
External |
Assigns a CSS class to for the drop zone when users drag files over it. |
External |
Specifies the CSS selector of a button or HTML element that invokes the open file dialog. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Max |
Specifies the maximum number of files a user can select to upload. |
Max |
Specifies the maximum file size in bytes. |
Min |
Specifies the minimum file size in bytes. |
Name | Specifies a unique identifier used to associate the Upload component with uploaded files on the server. |
Select |
Specifies the select button’s text. |
Show |
Specifies whether to show the file list. |
Show |
Specifies whether to show the select button that invokes the open file dialog. |
Upload |
Specifies how the Upload component uploads files to the server. |
Upload |
Specifies a target URL for the upload request. |
Visible | Specifies whether the Upload is visible. |
#Methods
Name | Description |
---|---|
Cancel |
Cancels upload of all files displayed in the Upload component. |
Cancel |
Cancels upload of multiple files displayed in the Upload component. |
Cancel |
Cancels a specific file’s upload. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Pause |
Pauses upload of all files to the server. |
Pause |
Pauses upload of multiple files to the server. |
Pause |
Pauses upload of the specified file to the server. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload |
Reloads all files whose upload was cancelled. |
Reload |
Reloads a file whose upload was canceled. |
Reload |
Reloads multiple files whose upload was cancelled. |
Remove |
Removes all files from the file list. |
Remove |
Removes a specific file from the file list. |
Remove |
Removes the specified files from the file list. |
Show |
Displays the Open File dialog. |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Uploads all files displayed in the Upload component except for cancelled ones. |
Upload |
Uploads the specified file to the server. |
Upload |
Uploads the specified files to the server. |
#Events
Name | Description |
---|---|
File |
Fires when a file is reloaded. |
File |
Fires when the file upload is aborted. |
File |
Fires when a file was uploaded. |
File |
Fires if an error occurs during file upload. |
File |
Fires when file upload is paused. |
File |
Fires when the upload progress changes. |
File |
Fires when file upload is about to start. |
File |
Fires when the file upload starts. |
Selected |
Fires when the file list changes. |