UploaderInfo
An UploaderInfo control displays information about files that a user has selected for upload by using an Uploader in the same page. You cannot customize the UploaderInfo control, and you do not have to do any configuration to make it work.
The UploaderInfo control shows the following information about each file:
-
Name
-
Description
-
Alternate Text
-
Size (in KB)
-
Type (MIME type, for example: image/gif)
The control also displays the button that users can click to remove a file from the set of files that they have selected to upload.
When a user has selected a file for upload, the control displays that the file is “Ready for upload.” When the file has been uploaded, the control displays an “Upload completed” message.
The UploaderInfo control shows all files that the user has selected to upload on the page. If you put two (or more) Uploader controls on one page, the UploaderInfo control shows files from all the Uploader controls. In the UploaderInfo control, you cannot see the Uploader control that each file “belongs to.”
Properties
|
Name |
Description |
Default |
|---|---|---|
|
Appearance | ||
|
ShowAlternateTextField |
If true, the control displays the alternate text field where the user can enter information about the upload. |
True |
|
ShowDescriptionField |
If true, the control displays the description field where the user can enter information about the upload. |
True |
|
ShowNameField |
If true, the control displays the name field where the user can enter information about the upload. |
True |