FileUploaderBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
File |
For internal use only. Initializes a new File |
#Methods
Name | Description |
---|---|
Abort |
A function that cancels the file upload. Mirrors the client-side abort |
Abort |
A function that cancels the file upload. Mirrors the client-side abort |
Accept |
Specifies a file type or several types accepted by the UI component. Mirrors the client-side accept option. |
Accept |
Specifies a file type or several types accepted by the UI component. Mirrors the client-side accept option. |
Access |
Specifies the shortcut key that sets focus on the UI component. Mirrors the client-side access |
Access |
Specifies the shortcut key that sets focus on the UI component. Mirrors the client-side access |
Active |
Specifies whether the UI component changes its visual state as a result of user interaction. Mirrors the client-side active |
Active |
Specifies whether the UI component changes its visual state as a result of user interaction. Mirrors the client-side active |
Allow |
Specifies if an end user can remove a file from the selection and interrupt uploading. Mirrors the client-side allow |
Allow |
Specifies if an end user can remove a file from the selection and interrupt uploading. Mirrors the client-side allow |
Allowed |
Restricts file extensions that can be uploaded to the server. Mirrors the client-side allowed |
Allowed |
Restricts file extensions that can be uploaded to the server. Mirrors the client-side allowed |
Chunk |
Specifies the chunk size in bytes. Applies only if upload |
Chunk |
Specifies the chunk size in bytes. Applies only if upload |
Dialog |
Specifies the HTML element which invokes the file upload dialog. Mirrors the client-side dialog |
Dialog |
Specifies the HTML element which invokes the file upload dialog. Mirrors the client-side dialog |
Disabled |
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option. |
Disabled |
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option. |
Drop |
Specifies the HTML element in which users can drag and drop files for upload. Mirrors the client-side drop |
Drop |
Specifies the HTML element in which users can drag and drop files for upload. Mirrors the client-side drop |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
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. |
Focus |
Mirrors the client-side focus |
Focus |
Mirrors the client-side focus |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Height |
Specifies the UI component's height. Mirrors the client-side height option. |
Height |
Specifies the UI component's height. Mirrors the client-side height option. |
Height |
Specifies the UI component's height. Mirrors the client-side height option. |
Hint |
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option. |
Hint |
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option. |
Hover |
Specifies whether the File |
Hover |
Specifies whether the File |
ID |
Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
|
ID |
Specifies the id attribute for the control’s HTML element.
|
Input |
Mirrors the client-side input<input> HTML element.
|
Input |
Mirrors the client-side input<input> HTML element.
|
Input |
Mirrors the client-side input<input> HTML element.
|
Input |
Mirrors the client-side input<input> HTML element.
|
Invalid |
The text displayed when the extension of the file being uploaded is not an allowed file extension. Mirrors the client-side invalid |
Invalid |
The text displayed when the extension of the file being uploaded is not an allowed file extension. Mirrors the client-side invalid |
Invalid |
The text displayed when the size of the file being uploaded is greater than the max |
Invalid |
The text displayed when the size of the file being uploaded is greater than the max |
Invalid |
The text displayed when the size of the file being uploaded is less than the min |
Invalid |
The text displayed when the size of the file being uploaded is less than the min |
Is |
|
Is |
|
Is |
Mirrors the client-side is |
Is |
Mirrors the client-side is |
Label |
Specifies the text displayed on the area to which an end user can drop a file. Mirrors the client-side label |
Label |
Specifies the text displayed on the area to which an end user can drop a file. Mirrors the client-side label |
Max |
Specifies the maximum file size (in bytes) allowed for uploading. Applies only if upload |
Max |
Specifies the maximum file size (in bytes) allowed for uploading. Applies only if upload |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Min |
Specifies the minimum file size (in bytes) allowed for uploading. Applies only if upload |
Min |
Specifies the minimum file size (in bytes) allowed for uploading. Applies only if upload |
Multiple |
Specifies whether the UI component enables an end user to select a single file or multiple files. Mirrors the client-side multiple option. |
Multiple |
Specifies whether the UI component enables an end user to select a single file or multiple files. Mirrors the client-side multiple option. |
Name |
Specifies the value passed to the name attribute of the underlying input element. Required to access uploaded files on the server. Mirrors the client-side name option. |
Name |
Specifies the value passed to the name attribute of the underlying input element. Required to access uploaded files on the server. Mirrors the client-side name option. |
On |
A function that allows you to customize the request before it is sent to the server. Mirrors the client-side on |
On |
A function that allows you to customize the request before it is sent to the server. Mirrors the client-side on |
On |
A function that is executed when the UI component is rendered and each time the component is repainted. Mirrors the client-side on |
On |
A function that is executed when the UI component is rendered and each time the component is repainted. Mirrors the client-side on |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function that is executed when the mouse enters a drop zone while dragging a file. Mirrors the client-side on |
On |
A function that is executed when the mouse enters a drop zone while dragging a file. Mirrors the client-side on |
On |
A function that is executed when the mouse leaves a drop zone as it drags a file. Mirrors the client-side on |
On |
A function that is executed when the mouse leaves a drop zone as it drags a file. Mirrors the client-side on |
On |
A function that is executed when the file upload process is complete. Mirrors the client-side on |
On |
A function that is executed when the file upload process is complete. Mirrors the client-side on |
On |
A function used in Java |
On |
A function used in Java |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
On |
A function that is executed when a file segment is uploaded. Mirrors the client-side on |
On |
A function that is executed when a file segment is uploaded. Mirrors the client-side on |
On |
A function that is executed when the file upload is aborted. Mirrors the client-side on |
On |
A function that is executed when the file upload is aborted. Mirrors the client-side on |
On |
A function that is executed when a file is successfully uploaded. Mirrors the client-side on |
On |
A function that is executed when a file is successfully uploaded. Mirrors the client-side on |
On |
A function that is executed when an error occurs during the file upload. Mirrors the client-side on |
On |
A function that is executed when an error occurs during the file upload. Mirrors the client-side on |
On |
A function that is executed when the file upload is started. Mirrors the client-side on |
On |
A function that is executed when the file upload is started. Mirrors the client-side on |
On |
A function that is executed when one or several files are added to or removed from the selection. Mirrors the client-side on |
On |
A function that is executed when one or several files are added to or removed from the selection. Mirrors the client-side on |
Option |
Specifies an option by its name. |
Progress |
Gets the current progress in percentages. Mirrors the client-side progress option. |
Progress |
Gets the current progress in percentages. Mirrors the client-side progress option. |
Read |
Mirrors the client-side read |
Read |
Mirrors the client-side read |
Ready |
The message displayed by the UI component when it is ready to upload the specified files. Mirrors the client-side ready |
Ready |
The message displayed by the UI component when it is ready to upload the specified files. Mirrors the client-side ready |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Render() |
Inherited from Widget |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Select |
The text displayed on the button that opens the file browser. Mirrors the client-side select |
Select |
The text displayed on the button that opens the file browser. Mirrors the client-side select |
Show |
Specifies whether or not the UI component displays the list of selected files. Mirrors the client-side show |
Show |
Specifies whether or not the UI component displays the list of selected files. Mirrors the client-side show |
Tab |
Specifies the number of the element when the Tab key is used for navigating. Mirrors the client-side tab |
Tab |
Specifies the number of the element when the Tab key is used for navigating. Mirrors the client-side tab |
To |
Inherited from Widget |
To |
Renders the control as a template string for use in another control’s template.
Inherited from Widget |
Upload |
The message displayed by the UI component when the file upload is cancelled. Mirrors the client-side upload |
Upload |
The message displayed by the UI component when the file upload is cancelled. Mirrors the client-side upload |
Upload |
The text displayed on the button that starts uploading. Mirrors the client-side upload |
Upload |
The text displayed on the button that starts uploading. Mirrors the client-side upload |
Upload |
A function that uploads a file in chunks. Mirrors the client-side upload |
Upload |
A function that uploads a file in chunks. Mirrors the client-side upload |
Upload |
Specifies custom data for the upload request. Mirrors the client-side upload |
Uploaded |
The message displayed by the UI component when uploading is finished. Mirrors the client-side uploaded |
Uploaded |
The message displayed by the UI component when uploading is finished. Mirrors the client-side uploaded |
Upload |
The message displayed by the UI component on uploading failure. Mirrors the client-side upload |
Upload |
The message displayed by the UI component on uploading failure. Mirrors the client-side upload |
Upload |
A function that uploads a file. Mirrors the client-side upload |
Upload |
A function that uploads a file. Mirrors the client-side upload |
Upload |
Specifies headers for the upload request. Mirrors the client-side upload |
Upload |
Specifies the method for the upload request. Mirrors the client-side upload |
Upload |
Specifies how the UI component uploads files. Mirrors the client-side upload |
Upload |
Specifies a target Url for the upload request. Mirrors the client-side upload |
Upload |
Specifies a target Url for the upload request. Mirrors the client-side upload |
Validation |
Information on the broken validation rule. Contains the first item from the validation |
Validation |
An array of the validation rules that failed. Mirrors the client-side validation |
Validation |
An array of the validation rules that failed. Mirrors the client-side validation |
Validation |
Indicates or specifies the current validation status. Mirrors the client-side validation |
Value |
Specifies a File instance representing the selected file. Read-only when upload |
Value |
Specifies a File instance representing the selected file. Read-only when upload |
Visible |
Specifies whether the UI component is visible. Mirrors the client-side visible option. |
Visible |
Specifies whether the UI component is visible. Mirrors the client-side visible option. |
Width |
Specifies the UI component's width. Mirrors the client-side width option. |
Width |
Specifies the UI component's width. Mirrors the client-side width option. |
Width |
Specifies the UI component's width. Mirrors the client-side width option. |
See Also