This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader Properties

The ImageUploader type exposes the following members.

Properties

Name Description
Public property AccessKey

Gets or sets the access key that allows you to quickly navigate to the Web server control.

(Inherited from BaseControl.)
Public property Action

URL of the page to which files selected for upload in Image Uploader are sent to.

Public property ActiveXControlCabFileName

URL that specifies where to download the ActiveX version of Image Uploader from. It is analogous to the codebase attribute of the OBJECT element.

(Inherited from BaseControl.)
Public property ActiveXControlClassId

CLSID of the ActiveX control.

(Inherited from BaseControl.)
Public property ActiveXControlEnabled

Switch that specifies whether to use ActiveX version of Image Uploader.

(Inherited from BaseControl.)
Public property ActiveXControlProgId

PROGID of the ActiveX control.

(Inherited from BaseControl.)
Public property ActiveXControlUseCustomCodeBase

Switch that specifies whether to use stand-alone version of the ActiveX control located in the folder specified with the ScriptsDirectory property.

(Inherited from BaseControl.)
Public property ActiveXControlVersion

The minimum required version of the ActiveX version (*.cab file).

(Inherited from BaseControl.)
Protected property Adapter (Inherited from Control.)
Public property AddFolderDialogButtonCancelText

Caption of the Cancel button on the dialog displayed when the folders are being added to the upload list.

Public property AddFolderDialogButtonSkipAllText

Caption of the Skip All button on the dialog displayed when the folders are being added to the upload list.

Public property AddFolderDialogButtonSkipText

Caption of the Skip button on the dialog displayed when folders are being added to the upload list.

Public property AddFolderDialogTitleText

Title of the dialog displayed when folders are being added to the upload list.

Public property AdditionalFormName

Name of the HTML form with additional information which should be sent to the server along with files.

Public property AdvancedDetailsFailedItemBackgroundColor

Background color of an item in AdvancedDetails view which indicates that this item failed to be uploaded.

Public property AdvancedDetailsGridLineColor

Color of grid lines in AdvancedDetails view when the grid is enabled.

Public property AdvancedDetailsGridLineStyle

Style of the grid in AdvancedDetails view.

Public property AdvancedDetailsIdleItemBackgroundColor

Background color of an item in AdvancedDetails view which indicates items which are pending for upload.

Public property AdvancedDetailsInProcessItemBackgroundColor

Background color of an item in AdvancedDetails view which indicates items which are being uploaded.

Public property AdvancedDetailsPreviewThumbnailSize

Size of preview thumbnail in AdvancedDetails view mode.

Public property AllowAutoRotate

Switch that enables automatic EXIF-based photo rotation feature.

Public property AllowCmykImages

Switch that specifies whether it is possible to select CMYK images for the upload.

Public property AllowDisproportionalExifThumbnails

Switch that specifies whether Image Uploader should generate thumbnail from original image in the case when thumbnail saved in EXIF metadata is out of proportions of original image.

Public property AllowFolderUpload

Switch that specifies whether it is possible to upload not only separate files, but also entire folders.

Public property AllowLargePreview

Switch that enables large preview of an image in a separate window.

Public property AllowMultipleRemove

Switch that specifies whether clicking on a remove icon of a list item will remove all selected items.

Public property AllowMultipleRotate

Switch that specifies whether clicking on a rotate icon of a list item will rotate all selected items.

Public property AllowMultipleSelection

Switch that specifies whether the user is allowed to select multiple files at one time.

Public property AllowRotate

Switch that specifies whether to display rotate icons on preview thumbnails.

Public property AllowTreePaneWidthChange

Switch that specifies whether the user can resize the tree pane.

Public property AppRelativeTemplateSourceDirectory (Inherited from Control.)
Public property Attributes (Inherited from WebControl.)
Public property AuthenticationRequestBasicText

Text of the message on the authentication dialog when basic authentication is used.

Public property AuthenticationRequestButtonCancelText

Caption of the Cancel button on the authentication dialog.

Public property AuthenticationRequestButtonOkText

Caption of the OK button on the authentication dialog.

Public property AuthenticationRequestDomainText

Text of the Domain label on the authentication dialog.

Public property AuthenticationRequestLoginText

Text of the Login label on the authentication dialog.

Public property AuthenticationRequestNtlmText

Text of the message on the authentication dialog when NTLM authentication is used.

Public property AuthenticationRequestPasswordText

Text of the Password label on the authentication dialog.

Public property AuthenticationType

Authentication type configured on the server.

Public property AutoRecoverMaxTriesCount

Number of tries that should be performed to submit files.

Public property AutoRecoverTimeOut

Interval in which Image Uploader should try to resume the upload if it was interrupted.

Public property BackColor

Gets or sets the background color of the Web server control.

(Inherited from BaseControl.)
Public property BackgroundColor

Background color of the Image Uploader surface.

Public property BindingContainer (Inherited from Control.)
Public property BorderColor

Gets or sets the border color of the Web control.

(Inherited from BaseControl.)
Public property BorderStyle

Gets or sets the border style of the Web server control.

(Inherited from BaseControl.)
Public property BorderWidth

Gets or sets the border width of the Web server control.

(Inherited from BaseControl.)
Public property ButtonAddAllToUploadListImageFormat

List of images that specify different states of the Add All button.

Public property ButtonAddAllToUploadListText

Caption of the button which adds all files in the current folder to the upload list.

Public property ButtonAddFilesImageFormat

List of images that specify different states of the Add Files button.

Public property ButtonAddFilesText

Caption of the button which opens Open File dialog to select files for upload.

Public property ButtonAddFoldersImageFormat

List of images that specify different states of the Add Folders button.

Public property ButtonAddFoldersText

Caption of the button which opens the standard Open Folder dialog to add the entire folder content to the upload list.

Public property ButtonAddToUploadListImageFormat

List of images that specify different states of the Add button (which adds selected files from folder pane to upload pane).

Public property ButtonAddToUploadListText

Caption of the button which adds selected files to the upload list.

Public property ButtonAdvancedDetailsCancelImageFormat

List of images that specify different states of the Cancel button which is displayed in the AdvancedDetails view during upload.

Public property ButtonAdvancedDetailsCancelText

Caption of the Cancel button which is displayed in the AdvancedDetails view during upload.

Public property ButtonCheckAllImageFormat

List of images that are displayed in different states of the button which checks all the files in the folder pane in TwoPanes layout. This button is dispayed if CheckFilesBySelectAllButton is set to true.

Public property ButtonCheckAllText

Caption of Check All button which is dispayed in TwoPanes layout if CheckFilesBySelectAllButton is set to true. The button sets check boxes for all files in the folder pane.

Public property ButtonDeleteFilesImageFormat

List of images that specify different states of the button which deletes selected files from the file system.

Public property ButtonDeleteFilesText

Caption of the Delete Files button which deletes selected files from the file system.

Public property ButtonDeselectAllImageFormat

List of images that specify different states of the button which deselects all the files in the folder pane in ThreePanes layout. This button is displayed in TwoPanes layout if CheckFilesBySelectAllButton is false.

Public property ButtonDeselectAllText

Caption of the button which deselects all the files in the folder pane in ThreePanes layout. This button is displayed in TwoPanes layout if CheckFilesBySelectAllButton is false.

Public property ButtonFont

Font format for all Image Uploader buttons.

Public property ButtonPasteImageFormat

List of images that specify different states of the Paste button which pastes an image (not a file) from a clipboard to the upload list.

Public property ButtonPasteText

Text for the Paste button which pastes an image (not a file) from a clipboard to the upload list.

Public property ButtonRemoveAllFromUploadListImageFormat

List of images that specify different states of the Remove All button which removes all the files from the upload list.

Public property ButtonRemoveAllFromUploadListText

Caption of the button which removes all the files from the upload list.

Public property ButtonRemoveFromUploadListImageFormat

List of images that specify different states of the Remove button which removes selected files from the upload list.

Public property ButtonRemoveFromUploadListText

Caption of the button which removes selected files from the upload list.

Public property ButtonSelectAllImageFormat

List of images that specify different states of the button which selects all the files in the folder pane in ThreePanes layout. This button is displayed in TwoPanes layout if CheckFilesBySelectAllButton is false.

Public property ButtonSelectAllText

Caption of the button which selects all the files in the folder pane in ThreePanes layout. This button is displayed in TwoPanes layout if CheckFilesBySelectAllButton is false.

Public property ButtonSendImageFormat

List of images that specify different states of the Send button which starts the upload of the selected files.

Public property ButtonSendText

Caption of the button which starts the upload of the selected files which starts the upload of selected files.

Public property ButtonStopImageFormat

List of images that specify different states of the Stop button which aborts the upload.

Public property ButtonStopText

Caption of the button which aborts the upload.

Public property ButtonUncheckAllImageFormat

List of images that are displayed in different states of the button which unchecks all the files in the folder pane in TwoPanes layout. This button is dispayed if CheckFilesBySelectAllButton is set to true.

Public property ButtonUncheckAllText

Caption of Uncheck All button which is dispayed in TwoPanes layout if CheckFilesBySelectAllButton is set to true. The button cleares check boxes for all files in the folder pane.

Public property CacheGuiGraphics

Switch that enables/disables caching of image buttons (when XXXImageFormat properties are used).

Public property Charset

Charset used to encode the text data submitted by Image Uploader.

Public property CheckFilesBySelectAllButton

Switch that specifies whether to display Check All/Uncheck All or Select All/Deselect All buttons in TwoPanes layout.

Protected property ChildControlsCreated (Inherited from Control.)
Public property ClientID (Inherited from Control.)
Protected property ClientIDSeparator (Inherited from Control.)
Public property CmykImagesAreNotAllowedText

Text which appears instead of the description text field if the image is CMYK, when CMYK images are not allowed for the upload.

Protected property Context (Inherited from Control.)
Public property Controls (Inherited from Control.)
Public property ControlStyle (Inherited from WebControl.)
Public property ControlStyleCreated (Inherited from WebControl.)
Public property CssClass

Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.

(Inherited from BaseControl.)
Public property DeleteFilesDialogTitleText

Title of the dialog which asks the user to confirm that they really want to delete uploaded or selected files.

Public property DeleteSelectedFilesDialogMessageText

The text of the message box which asks the user to confirm that they really want to delete selected files.

Public property DeleteUploadedFiles

Switch that defines whether successfully uploaded files should be deleted.

Public property DeleteUploadedFilesDialogMessageText

The text of the message box which asks the user to confirm that they really want to delete uploaded files.

Public property DeniedFileMask

File mask for the files that are denied to be displayed and uploaded.

Public property DescriptionEditorButtonCancelText

Text for the Cancel button of the description editor.

Public property DescriptionEditorButtonOkText

Text on the OK button of the description editor.

Public property DescriptionsReadOnly

Indicator which specifies whether the user is allowed to edit descriptions.

Public property DescriptionTooltipText

Text of the tooltip which is displayed when the mouse pointer is hovering over the description text field.

Protected property DesignMode (Inherited from Control.)
Public property DimensionsAreTooLargeText

Text of the label displayed when image dimensions are larger than the ones specified with the MaxImageWidth and MaxImageHeight properties.

Public property DimensionsAreTooSmallText

Text of the label displayed when image dimensions are smaller than the ones specified with the MinImageWidth and MinImageHeight properties.

Public property DisplayNameActiveSelectedTextColor

Color of the item display name when this item is selected and the focus is set on the pane which contains this item.

Public property DisplayNameActiveUnselectedTextColor

Color of the item display name when this item is not selected and the focus is set on the pane which contains this item.

Public property DisplayNameInactiveSelectedTextColor

Color of the item display name when this item is selected and the focus is out of the pane which contains this item.

Public property DisplayNameInactiveUnselectedTextColor

Color of the item display name when this item is not selected and the focus is out of the pane which contains this item.

Public property DropFilesHereImageFormat

Image displayed on the upload pane when no files are selected for the upload.

Public property DropFilesHereText

Text of the label on the upload pane displayed when no files are selected for the upload.

Public property EditDescriptionText

Text of the label displayed instead of the description when it is empty.

Public property EditDescriptionTextColor

Color of the text label displayed instead of the description when it is empty.

Public property EditDescriptionTooltipText

Text of the tooltip which is displayed when the mouse pointer is hovering over the Edit Description label-hyperlink.

Public property Enabled

Gets or sets a value indicating whether the Web server control is enabled.

(Inherited from BaseControl.)
Public property EnableFileViewer

Switch that indicates whether to open the file in associated viewer software when it is double-clicked in both folder and upload pane.

Public property EnableInstantUpload

Switch that specifies whether to start sending files right after they are selected for upload not waiting for Send button click.

Public property EnableRemoveIcon

Switch that specifies whether to display remove icons on preview thumbnails.

Public property EnableTheming

Gets or sets a value indicating whether themes apply to this control.

(Inherited from BaseControl.)
Public property EnableViewState (Inherited from Control.)
Public property ErrorDeletingFilesDialogMessageText

Text of the error message which states that the specified file cannot be deleted.

Protected property Events (Inherited from Control.)
Public property ExtractExif

List of EXIF fields which should be extracted and uploaded along with other data.

Public property ExtractIptc

List of IPTC fields which should be extracted and uploaded along with other data.

Public property FileIsTooLargeText

Text which appears instead of the description text field if the file exceeds the MaxFileSize value.

Public property FileIsTooSmallText

Text which appears instead of the description text field if the file is smaller than MinFileSize value.

Public property FileMask

File mask for the files which are allowed to be displayed and uploaded.

Public property FilesPerOnePackageCount

Number of files which should be sent with a single request.

Public property FolderPaneAllowRotate

Switch that specifies whether to display rotate icons on thumbnails in the folder pane.

Public property FolderPaneBackgroundColor

Background color of the folder pane.

Public property FolderPaneBorderStyle

Border style of the folder pane.

Public property FolderPaneHeight

Height of the folder pane.

Public property FolderPaneShowDescriptions

Switch that specifies whether Edit Description elements should be displayed under each thumbnail in the folder list.

Public property FolderPaneSortMode

Sort mode of the folder pane.

Public property FolderView

View mode for the folder pane.

Public property Font

Gets the font properties associated with the Web server control.

(Inherited from BaseControl.)
Public property ForeColor

Gets or sets the foreground color (typically the color of the text) of the Web server control.

(Inherited from BaseControl.)
Public property GuiGraphicsVersion

Version indicator of images used as buttons and icons of Image Uploader user interface.

Public property HasAttributes (Inherited from WebControl.)
Protected property HasChildViewState (Inherited from Control.)
Public property HashAlgorithm

Algorithm to generate a hash value for each file to upload to the server.

Public property Height

Height of the control in pixels.

(Inherited from BaseControl.)
Public property HoursText

Text for the hours unit in the progress dialog.

Public property ID (Inherited from Control.)
Protected property IdSeparator (Inherited from Control.)
Public property IncludeSubfolders

Switch that specifies whether a folder should be added to upload list including its subfolders.

Public property IncludeSubfoldersText

Text of the Include Subfolders checkbox in the Open Folder dialog.

Public property IncorrectFileActiveSelectedTextColor

Color of the text caption displayed for the item which cannot be uploaded (e.g. because of file filters) when this item is selected and the focus is set on the pane which contains this item.

Public property IncorrectFileActiveUnselectedTextColor

Color of the text caption displayed for the item which cannot be uploaded (e.g. because of file filters) when this item is not selected and the focus is set on the pane which contains this item.

Public property IncorrectFileInactiveSelectedTextColor

Color of the text caption displayed for the item which cannot be uploaded (e.g. because of file filters) when this item is selected and the focus is out of the pane which contains this item.

Public property IncorrectFileInactiveUnselectedTextColor

Color of the text caption displayed for the item which cannot be uploaded (e.g. because of file filters) when this item is not selected and the focus is out of the pane which contains this item.

Public property InstallationProgress

Gets InstallationProgress which is used to configure downloading and installation instructions.

(Inherited from BaseControl.)
Protected property IsChildControlStateCleared (Inherited from Control.)
Protected property IsEnabled (Inherited from WebControl.)
Public property IsRequestCompletelyReceived

Gets value indicating whether the request is completely received.

Protected property IsTrackingViewState (Inherited from Control.)
Protected property IsViewStateEnabled (Inherited from Control.)
Public property IUEmbedScriptUseCustomCodeBase

Switch that specifies whether to use stand-alone versions of Image Uploader embedding scripts located in the folder specified with the ScriptsDirectory property.

(Inherited from BaseControl.)
Public property JavaAppletClassName

Class name of the Image Uploader Java applet.

(Inherited from BaseControl.)
Public property JavaAppletEnabled

Switch that specifies whether to use Java version of Image Uploader.

(Inherited from BaseControl.)
Public property JavaAppletJarFileName

URL that specifies where to download the Java version of Image Uploader from.

(Inherited from BaseControl.)
Public property JavaAppletUseCustomCodeBase

Switch that specifies whether to use stand-alone version of the Java applet located in the folder specified with the ScriptsDirectory property.

(Inherited from BaseControl.)
Public property JavaAppletVersion

The minimum required version of the Java version (*.jar file).

(Inherited from BaseControl.)
Public property JavaScriptWriterVariableName

Gets the name of the ImageUploaderWriter object.

(Inherited from BaseControl.)
Public property KilobytesText

Text for the kilobytes unit in the progress dialog.

Public property LargePreviewBackgroundColor

Background color of the preview window.

Public property LargePreviewGeneratingPreviewText

Text that appears in the preview window while a preview is being generated.

Public property LargePreviewHeight

Height of the preview window.

Public property LargePreviewIconImageFormat

List of images that specify different states of the large preview magnifier which appears when the user hovers the mouse pointer over some thumbnail in the pane. By clicking this magnifier a separate window with a larger preview of the selected image will be opened.

Public property LargePreviewIconTooltipText

Text of the tooltip which is displayed when the mouse pointer is hovering over the large preview magnifier. By clicking this magnifier a separate window with a larger preview of the selected image will be opened.

Public property LargePreviewNoPreviewAvailableText

Text that appears in the preview window if no preview could be generated.

Public property LargePreviewWidth

Width of the preview window.

Public property LicenseKey

License key which allows evaluating, developing, or publishing Image Uploader according to the license key type (trial, development, or full).

Public property ListColumnFileNameText

Title of the file name column in the Details view.

Public property ListColumnFileSizeText

Title of the file size column in the Details view.

Public property ListColumnFileTypeText

Title of the file type column in the Details view.

Public property ListColumnLastModifiedText

Title of the last modification date column in the Details view.

Public property ListKilobytesText

Text for kilobytes unit in the file size column of the Details view.

Public property LoadingFilesText

Text on the folder pane which is displayed while Image Uploader scans the folder content and builds the file list.

Protected property LoadViewStateByID (Inherited from Control.)
Public property LookAndFeel

Look and feel of the Image Uploader Java applet.

Public property MaxConnectionCount

Number of simultaneous connections files are uploaded with.

Public property MaxDescriptionTextLength

Maximum allowed number of characters in descriptions entered by the user.

Public property MaxFileCount

Maximum number of files allowed for upload per one session.

Public property MaxFileSize

Maximum file size which is allowed for upload to the server.

Public property MaxImageHeight

Maximum image height allowed for upload.

Public property MaxImageWidth

Maximum image width allowed for upload.

Public property MaxTotalFileSize

Maximum total file size allowed for upload.

Public property MegabytesText

Text for the megabytes unit in the progress dialog.

Public property MenuAddAllToUploadListText

Caption of the Add All To Upload List context menu item.

Public property MenuAddToUploadListText

Caption of the Add To Upload List context menu item.

Public property MenuArrangeByModifiedText

Caption of the Modified context menu item inside Arrange Icons By group.

Public property MenuArrangeByNameText

Caption of the Name context menu item inside Arrange Icons By group.

Public property MenuArrangeByPathText

Caption of the Path context menu item inside Arrange Icons By group.

Public property MenuArrangeBySizeText

Caption of the Size context menu item inside Arrange Icons By group.

Public property MenuArrangeByText

Caption of the Arrange Icons By context menu.

Public property MenuArrangeByTypeText

Caption of the Type context menu item inside Arrange Icons By group.

Public property MenuArrangeByUnsortedText

Caption of the Unsorted context menu item inside Arrange Icons By group.

Public property MenuDeselectAllText

Caption of the Deselect All context menu item.

Public property MenuDetailsText

Caption of the Details context menu item.

Public property MenuIconsText

Caption of the Icons context menu item.

Public property MenuInvertSelectionText

Caption of the Invert Selection context menu item.

Public property MenuListText

Caption of the List context menu item.

Public property MenuRefreshText

Caption of the Refresh context menu item.

Public property MenuRemoveAllFromUploadListText

Caption of the Remove All From Upload List context menu item.

Public property MenuRemoveFromUploadListText

Caption of the Remove From Upload List context menu item.

Public property MenuSelectAllText

Caption of the Select All context menu item.

Public property MenuThumbnailsText

Caption of the Thumbnails context menu item.

Public property MessageBoxTitleText

Title of the message box which appears when some error occurs or upload is finished.

Public property MessageCannotConnectToInternetText

Text of the error message which states that Image Uploader failed to connect to the Internet.

Public property MessageCmykImagesAreNotAllowedText

Text of the error message which states that the selected image is CMYK, when CMYK images are not allowed for the upload.

Public property MessageDimensionsAreTooLargeText

Text of the error message which states that the width or height of the selected image is too large.

Public property MessageDimensionsAreTooSmallText

Text of the error message which states that the width or height of selected image is too small.

Public property MessageFileSizeIsTooSmallText

Text of the error message which states that the user tries to select a file that is too small.

Public property MessageMaxFileCountExceededText

Text of the error message which states that the user tries to select too many files.

Public property MessageMaxFileSizeExceededText

Text of the error message which states that the user tries to select a file that is too big.

Public property MessageMaxTotalFileSizeExceededText

Text of the error message which states that the total size of selected files is too large.

Public property MessageNoInternetSessionWasEstablishedText

Text of the error message which states that there is no Internet session available.

Public property MessageNoResponseFromServerText

Text of the error message which states that an error was encountered when sending a request to the server and the server did not return any response.

Public property MessageRetryOpenFolderText

Text of the message which is displayed when Image Uploader tries to restore last visited folder and it is not available.

Public property MessageServerNotFoundText

Text of the error message which states that the server with the name, specified in the Action parameter cannot be found.

Public property MessageSwitchAnotherFolderWarningText

Text of the warning message which is displayed when the user changes the current folder and some items are selected for upload in this folder.

Public property MessageUnexpectedErrorText

Text of the user-friendly error message for errors which are meaningful to website developer only.

Public property MessageUploadCancelledText

Text of the error message which states that the user cancelled the upload.

Public property MessageUploadCompleteText

Text of the message box which notifies that the upload is successfully finished.

Public property MessageUploadFailedText

Text of the error message which states that the upload failed because the connection was broken.

Public property MessageUserSpecifiedTimeoutHasExpiredText

Text of the error message which states that the client-side timeout has expired. To disable this message, set it to an empty string.

Public property MetaDataSeparator

Sequence of characters used to separate string stored in one metadata field (such as IptcKeyword).

Public property MinFileCount

Minimum number of files allowed for upload per one session.

Public property MinFileSize

Minimum file size allowed for upload.

Public property MinImageHeight

Minimum image height allowed for upload.

Public property MinImageWidth

Minimum image width allowed for upload.

Public property MinutesText

Text for the minutes unit in the progress dialog.

Public property NamingContainer (Inherited from Control.)
Public property OnClientAfterUpload

Specifies a list of listeners of the AfterUpload client-side event.

Public property OnClientBeforeUpload

Specifies a list of listeners of the BeforeUpload client-side event.

Public property OnClientError

Specifies a list of listeners of the Error client-side event.

Public property OnClientFolderChange

Specifies a list of listeners of the FolderChange client-side event.

Public property OnClientFullPageLoad

Specifies a list of listeners of the FullPageLoad client-side event.

(Inherited from BaseControl.)
Public property OnClientInitComplete

Specifies a list of listeners of the InitComplete client-side event.

Public property OnClientInitWriter

Specifies a list of listeners of the InitWriter client-side event.

(Inherited from BaseControl.)
Public property OnClientPackageBeforeUpload

Specifies a list of listeners of the PackageBeforeUpload client-side event.

Public property OnClientPackageComplete

Specifies a list of listeners of the PackageComplete client-side event.

Public property OnClientPackageError

Specifies a list of listeners of the PackageError client-side event.

Public property OnClientPackageProgress

Specifies a list of listeners of the PackageProgress client-side event.

Public property OnClientPaneResize

Specifies a list of listeners of the PaneResize client-side event.

Public property OnClientProgress

Specifies a list of listeners of the Progress client-side event.

Public property OnClientSelectionChange

Specifies a list of listeners of the SelectionChange client-side event.

Public property OnClientSortModeChange

Specifies a list of listeners of the SortModeChange client-side event.

Public property OnClientUploadFileCountChange

Specifies a list of listeners of the UploadFileCountChange client-side event.

Public property OnClientViewChange

Specifies a list of listeners of the ViewChange client-side event.

Public property Page (Inherited from Control.)
Public property PaneBackgroundColor

Background color of all Image Uploader panes.

Public property PaneFont

Font format for all Image Uploader panes and labels.

Public property PaneLayout

Layout of Image Uploader panes.

Public property Parent (Inherited from Control.)
Public property PasteFileNameTemplate

File name template for files pasted from clipboard.

Public property PostFormat

POST request format used by Image Uploader to upload files.

Public property PreserveHttpCookies

Switch that specifies whether ImageUploader should preserve HTTP-only cookies during upload.

Public property PreviewThumbnailActiveDropHighlightedColor

Color of the thumbnail box selection when this thumbnail belongs to a focused pane and the user drags some items over it.

Public property PreviewThumbnailActiveSelectionColor

Color of the item selection frame when the parent pane is in focus.

Public property PreviewThumbnailBorderColor

Color of the preview thumbnail box frame.

Public property PreviewThumbnailBorderHoverColor

Color of the preview box frame when the cursor is hovered over the thumbnail.

Public property PreviewThumbnailInactiveDropHighlightedColor

Color of the thumbnail box selection when this thumbnail belongs to a pane which is out of focus and the user drags some items over it.

Public property PreviewThumbnailInactiveSelectionColor

Color of item selection frame when the parent pane is out of focus.

Public property PreviewThumbnailResizeQuality

Resize quality of preview thumbnails.

Public property PreviewThumbnailSize

Size of thumbnails in the preview area when Thumbnails view mode is used.

Public property ProgressDialogCancelButtonText

Caption of the Cancel button on the progress dialog.

Public property ProgressDialogCloseButtonText

Caption of the Close button on the progress dialog.

Public property ProgressDialogCloseWhenUploadCompletesText

Caption of the Close When Upload Completes checkbox in the progress dialog.

Public property ProgressDialogEstimatedTimeText

Caption of the label on the progress dialog which displays estimated time of upload.

Public property ProgressDialogPreparingDataText

Caption of the Preparing Data label on the progress dialog.

Public property ProgressDialogPreviewThumbnailSize

Size of a thumbnail in the progress dialog.

Public property ProgressDialogSentText

Caption of the label on the progress dialog which specifies how many files have already been sent.

Public property ProgressDialogTitleText

Title of the progress dialog.

Public property ProgressDialogWaitingForResponseFromServerText

Text string which appears in the progress dialog when the upload completes, and Image Uploader is waiting for a response from the server.

Public property ProgressDialogWaitingForRetryText

Text string which appears in the progress dialog when the upload was interrupted, and Image Uploader is waiting before retrying to recover the upload.

Public property ProgressDialogWidth

Width of the progress dialog.

Public property QualityMeterAcceptableQualityColor

Color of the quality meter element which corresponds to the maximum acceptable print format.

Public property QualityMeterBackgroundColor

Background color of the quality meter.

Public property QualityMeterBorderColor

Color of the quality meter border.

Public property QualityMeterFormats

A value which defines print formats for the quality meter.

Public property QualityMeterHeight

Height of the quality meter element.

Public property QualityMeterHighQualityColor

Color of the quality meter element which corresponds to the recommended print format.

Public property QualityMeterLowQualityColor

Color of the quality meter element corresponding to the print format which is not recommended for printing.

Public property RedirectUrl

URL to which the user will be redirected when the upload successfully completes.

Public property RememberLastVisitedFolder

Switch that indicates whether Image Uploader should remember the last visited folder.

Public property RemoveIconImageFormat

List of images that specify different states of the removal cross which appears when the user hovers the mouse pointer over some thumbnail in the pane. By clicking this cross the selected image will be deleted from the upload list.

Public property RemoveIconTooltipText

Text of the tooltip which is displayed when the mouse pointer is hovering over the removal cross. By clicking this cross the selected image will be deleted from the upload list.

Public property RotateIconClockwiseImageFormat

List of images that specify different states of the clockwise rotation arrow which appears when the user hovers the mouse pointer over some thumbnail in the pane. By clicking this arrow the selected image will be rotated by 90 degrees clockwise.

Public property RotateIconClockwiseTooltipText

Text of the tooltip which is displayed when the mouse pointer is hovering over the clockwise rotation arrow. By clicking this arrow the selected image will be rotated by 90 degrees clockwise.

Public property RotateIconCounterclockwiseImageFormat

List of images that specify different states of the counterclockwise rotation arrow which appears when the user hovers the mouse pointer over some thumbnail in the pane. By clicking this arrow the selected image will be rotated by 90 degrees counterclockwise.

Public property RotateIconCounterclockwiseTooltipText

Text of the tooltip which is displayed when the mouse pointer is hovering over the counterclockwise rotation arrow. By clicking this arrow the selected image will be rotated by 90 degrees counterclockwise.

Public property ScriptsDirectory

URL that specifies where to download stand-alone Image Uploader-related (*.cab, *.jar, and *.js) files from.

(Inherited from BaseControl.)
Public property SecondsText

Text for seconds unit in the progress dialog.

Public property SendDefaultFields

Switch that specifies whether to send standard text POST fields during the upload process.

Public property ShowButtons

Switch that specifies whether Stop, Select All, Deselect All, and Send buttons should be visible.

Public property ShowContextMenu

Switch that specifies if the context menu should be available by a right-click on a folder or upload pane.

Public property ShowDebugWindow

Switch that specifies whether to display an error page returned from the server if some error occurs on the page specified with the Action property.

Public property ShowDescriptions

Switch that specifies whether to display Edit Description elements under the thumbnails.

Public property ShowFileNames

Switch that specifies whether to display filenames in the folder and upload pane.

Public property ShowSubfolders

Switch that specifies whether to display subfolders in the folder pane along with files.

Public property ShowUploadListButtons

Switch that specifies whether buttons which add or remove files to or from the upload list should be visible.

Public property SilentMode

Switch that specifies whether to hide Image Uploader progress bar and all the messages during the upload.

Public property Site (Inherited from Control.)
Public property SkinID

Gets or sets the skin to apply to the control.

(Inherited from BaseControl.)
Public property SplitterLineColor

Color of the splitter line (if enabled).

Public property SplitterLineStyle

Style of splitter line.

Public property Style (Inherited from WebControl.)
Public property TabIndex

Gets or sets the tab index of the Web server control.

(Inherited from BaseControl.)
Protected property TagKey (Inherited from WebControl.)
Protected property TagName (Inherited from WebControl.)
Public property TemplateControl (Inherited from Control.)
Public property TemplateSourceDirectory (Inherited from Control.)
Public property ThumbnailHorizontalSpacing

Horizontal distance between thumbnails in the folder and upload panes.

Public property ThumbnailVerticalSpacing

Vertical distance between thumbnails in the folder and upload panes.

Public property TimeFormat

Format for time display in progress dialogs.

Public property TimeOut

Timeout of the HTTP connection.

Public property ToolTip

Gets or sets the text displayed when the mouse pointer hovers over the Web server control.

(Inherited from BaseControl.)
Public property TreePaneBackgroundColor

Background color of the tree pane.

Public property TreePaneBorderStyle

Border style of the tree pane.

Public property TreePaneWidth

Width of the folder tree pane.

Public property UncheckUploadedFiles

Switch that specifies whether to uncheck files (in the TwoPanes layout) or remove them from the upload list (in the OnePane or ThreePanes layout) after they are successfully uploaded.

Public property UniqueID (Inherited from Control.)
Public property UnixFileSystemRootText

Caption of the folder tree node which specifies the system directory at *NIX systems.

Public property UnixHomeDirectoryText

Caption of the folder tree node which specifies the home directory at *NIX systems.

Public property UploadPaneAllowRotate

Switch that specifies whether to display rotate icons on thumbnails in the upload pane.

Public property UploadPaneBackgroundColor

Background color of the upload pane.

Public property UploadPaneBackgroundImageFormat

Background image of the upload pane.

Public property UploadPaneBorderStyle

Border style of the upload pane.

Public property UploadPaneShowDescriptions

Switch that specifies whether Edit Description elements should be displayed under each thumbnail in the upload list.

Public property UploadPaneSortMode

Sort mode of the upload list.

Public property UploadSourceFile

Switch that specifies whether original file should be uploaded or it is necessary to upload only resized copies.

Public property UploadThumbnail1BackgroundColor

Background color of the first thumbnail.

Public property UploadThumbnail1CompressionMode

Compression mode of the first thumbnail.

Public property UploadThumbnail1CompressOversizedOnly

Switch that specifies whether an original file should be uploaded as the first thumbnail in case when original image dimensions and file size are not bigger than dimensions and file size of the first thumbnail.

Public property UploadThumbnail1CopyExif

Switch that specifies whether the first thumbnail should contain EXIF metadata copied from the original file.

Public property UploadThumbnail1CopyIptc

Switch that specifies whether the first thumbnail should contain IPTC metadata copied from the original file.

Public property UploadThumbnail1FitMode

Fit mode of the first thumbnail.

Public property UploadThumbnail1Height

Height restriction of the first thumbnail.

Public property UploadThumbnail1JpegQuality

JPEG quality for the first thumbnail.

Public property UploadThumbnail1ResizeQuality

Resize quality of the first thumbnail.

Public property UploadThumbnail1Resolution

Image resolution of the first thumbnail.

Public property UploadThumbnail1Watermark

Watermark for the first thumbnail.

Public property UploadThumbnail1Width

Width restriction of the first thumbnail.

Public property UploadThumbnail2BackgroundColor

Background color of the second thumbnail.

Public property UploadThumbnail2CompressionMode

Compression mode of the second thumbnail.

Public property UploadThumbnail2CompressOversizedOnly

Switch that specifies whether an original file should be uploaded as the second thumbnail in case when original image dimensions and file size are not bigger than dimensions and file size of the second thumbnail.

Public property UploadThumbnail2CopyExif

Switch that specifies whether the second thumbnail should contain EXIF metadata copied from the original file.

Public property UploadThumbnail2CopyIptc

Switch that specifies whether the second thumbnail should contain IPTC metadata copied from the original file.

Public property UploadThumbnail2FitMode

Fit mode of the second thumbnail.

Public property UploadThumbnail2Height

Height restriction of the second thumbnail.

Public property UploadThumbnail2JpegQuality

JPEG quality for the second thumbnail.

Public property UploadThumbnail2ResizeQuality

Resize quality of the second thumbnail.

Public property UploadThumbnail2Resolution

Image resolution of the second thumbnail.

Public property UploadThumbnail2Watermark

Watermark for the second thumbnail.

Public property UploadThumbnail2Width

Width restriction of the second thumbnail.

Public property UploadThumbnail3BackgroundColor

Background color of the third thumbnail.

Public property UploadThumbnail3CompressionMode

Compression mode of the third thumbnail.

Public property UploadThumbnail3CompressOversizedOnly

Switch that specifies whether an original file should be uploaded as the third thumbnail in case when original image dimensions and file size are not bigger than dimensions and file size of the third thumbnail.

Public property UploadThumbnail3CopyExif

Switch that specifies whether the third thumbnail should contain EXIF metadata copied from the original file.

Public property UploadThumbnail3CopyIptc

Switch that specifies whether the third thumbnail should contain IPTC metadata copied from the original file.

Public property UploadThumbnail3FitMode

Fit mode of the third thumbnail.

Public property UploadThumbnail3Height

Height restriction of the third thumbnail.

Public property UploadThumbnail3JpegQuality

JPEG quality for the third thumbnail.

Public property UploadThumbnail3ResizeQuality

Resize quality of the third thumbnail.

Public property UploadThumbnail3Resolution

Image resolution of the third thumbnail.

Public property UploadThumbnail3Watermark

Watermark for the third thumbnail.

Public property UploadThumbnail3Width

Width restriction of the third thumbnail.

Public property UploadView

View mode for the upload pane.

Public property UserAgent

User-Agent string.

Public property UseSystemColors

Switch that specifies whether Image Uploader should use system-dependent colors for its elements or use color specified via appropriate properties.

Protected property ViewState (Inherited from Control.)
Protected property ViewStateIgnoresCase (Inherited from Control.)
Public property Visible

Gets or sets a value that indicates whether a server control is rendered as UI on the page.

(Inherited from BaseControl.)
Public property Width

Width of the control in pixels.

(Inherited from BaseControl.)

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private property IControlBuilderAccessor..ControlBuilder (Inherited from Control.)
Explicit interface implemetation Private property IDataBindingsAccessor..DataBindings (Inherited from Control.)
Explicit interface implemetation Private property IExpressionsAccessor..Expressions (Inherited from Control.)
Explicit interface implemetation Private property IDataBindingsAccessor..HasDataBindings (Inherited from Control.)
Explicit interface implemetation Private property IExpressionsAccessor..HasExpressions (Inherited from Control.)
Explicit interface implemetation Private property IControlDesignerAccessor..UserData (Inherited from Control.)

See Also

Reference