Ultimate Uploader v1.6
User interface parameters
  Home page
Contact support

Parameters related to the control appearance

Parameter name Desciption Example Default value
Height Height in pixels of the upload control. Height=480 400
Width Width in pixels of the upload control. Width=640 600
LanguageAutoDetect If the parameter is set to true, UltimateUploader will try to detect a user language. Ultimate Uploader will try to detect the user's language using the following JavaScript statement: (navigator.language) ? navigator.language : navigator.userLanguage. When the language is detected, the 2-letter language code will replace {0} placeholder in the value of the LanguageFile parameter. LanguageAutoDetect=true false
LanguageFile Url to the xml file with translation. {0} placeholder in the value will be replaced with the current user's 2 letter language code. LanguageFile=/Path/To/Translations/Language_{0}.xml Extra/Languages/Language_{0}.xml
BackColor Color of upload control background. BackColor=#CCFFFF #FFFFFF
ForeColor Color of upload control text elements. ForeColor=#3366CC #000000
FontFamily Name of upload control text elements font family. FontFamily=Arial Verdana
FontSize Size in pixels of upload control text elements font. FontSize=12 11
FontStyle Style of the font face, Normal or Italic. FontStyle=Italic Normal
FontWeight Weight of the font, such as Light, Normal, or Bold. FontWeight=Bold Normal
AvailableView Defines available view for the user interface. Acceptable values: "Grid" - only Grid View available. "Thumbnails" - only Thumbnails View available. "Both" - both Grid and Thumbnails Views available. AvailableView=Thumbnails Both
ShowBackgroundImage Defines whether the background image should be visible in the user interface (thumbnails or grid view). ShowBackgroundImage=false true
BackgroundImageUrl The url for the background image. If BackgroundLabel defined in Localization data, then image will not be used and BackgroundLabel text will be rendered instead of BackgroundImageUrl. BackgroundImageUrl=/images/bg.png -

Buttons

Parameter name Desciption Example Default value
AddButtonVisible Defines whether the add button should be displayed in the user interface. AddButtonVisible=false true
RemoveButtonVisible Defines whether the remove button should be displayed in the user interface. RemoveButtonVisible=false true
ClearButtonVisible Defines whether the clear button should be displayed in the user interface. ClearButtonVisible=false true
ThumbsViewButtonVisible Defines whether the thumbnails viewbutton should be displayed in the user interface. ThumbsViewButtonVisible=false true
GridViewButtonVisible Defines whether the grid view button should be displayed in the user interface. GridViewButtonVisible=false true
PauseButtonVisible Defines whether the pause button should be displayed in the user interface. PauseButtonVisible=false true
UploadButtonVisible Defines whether the upload button should be displayed in the user interface. UploadButtonVisible=false true
CancelButtonVisible Defines whether the cancel button should be displayed in the user interface. CancelButtonVisible=false true
HelpButtonVisible Defines whether the help button should be displayed in the user interface. HelpButtonVisible=false false
AddButtonIcon The url for the add button icon . AddButtonIcon=/Images/new_icon.png /Images/add.png
RemoveButtonIcon The url for the remove button icon . RemoveButtonIcon=/Images/new_icon.png /Images/remove.png
ClearButtonIcon The url for the clear button icon . ClearButtonIcon=/Images/new_icon.png /Images/clear.png
ThumbsViewButtonIcon The url for the thumbnails view button icon . ThumbsViewButtonIcon=/Images/new_icon.png /Images/thumbsview.png
GridViewButtonIcon The url for the grid view button icon . GridViewButtonIcon=/Images/new_icon.png /Images/gridview.png
PauseButtonIcon The url for the pause button icon . PauseButtonIcon=/Images/new_icon.png /Images/pause.png
UploadButtonIcon The url for the upload button icon . UploadButtonIcon=/Images/new_icon.png /Images/upload.png
CancelButtonIcon The url for the cancel button icon . CancelButtonIcon=/Images/new_icon.png /Images/cancel.png
HelpButtonIcon The url for the help button icon . HelpButtonIcon=/Images/new_icon.png /Images/help.png