Click or drag to resize
Uploader Properties

The Uploader type exposes the following members.

Properties
  NameDescription
Public propertyActionButton
Returns action button.
Public propertyActionsPanel
Gets actions panel.
Public propertyCurrentFileName
Current file name to display.
Public propertyCurrentFileTarget
Current file link target frame.
Public propertyCurrentFileUrl
Current file Url to use for the file link.
Public propertyEnabled
Enables or disables the control.
(Overrides WebControlEnabled.)
Public propertyPostedFile
Returns the currently posted file or null when no file posted.
Public propertyRequireDeleteConfirmation
Indicates whether the confirmation is needed to remove file from uploader.
Public propertyResizeToHeight
New image height after it is uploaded.
Public propertyResizeToMaxSideSize
New image max side size after it is uploaded.
Public propertyResizeToWidth
New image width after it is uploaded.
Public propertyShowActionButton
If true, action button is displayed.
Public propertyShowTooltip
Indicates if tooltips should be shown.
Public propertyTooltipBody
Tool tip body.
Public propertyTooltipWidth
Tool tip width.
Public propertyUploadControl
Returns inner upload control.
Top
See Also