Table Of Contents
 

Attributes

Author : Peter Coppinger Email : peter@digital-crew.com
  Name Type Description Required Default
  width String The width of the component on your web page. Percentage or number. NO 100%
  height String The height of the component on your web page. Percentage or number. NO 200
Custom Text
  txtBrowse String Text for browse button NO Browse
  txtChoose String String to display below the control NO Choose files to upload
  txtRemove String Text for remove button NO Remove
  txtReset String Text for reset button NO Reset
  txtStop String Text for stop button NO Stop
  txtUpload String Text for upload button NO Upload
Extra Options
  fileListVariable String If provided, the list of uploaded files will be stored in SESSION[fileListVariable] after the upload. NO  
  includeOnUpload String If provided, this coldfusion template file will be executed to perform additional processing on uploaded file. This should be the path to the file from the directory that contains the dccom folder (usually the application root). NO  
  nameconflict Boolean (YES | NO) Action to take if uploaded file already exists in folder on server. Options are Skip, Overwrite and MakeUnique. Default is MakeUnique. NO MakeUnique
  redirectURL String If provided, the user will be redirected to this URL after the files have uploaded. NO  
  uploadUrl String Usually not used, you can use this to provide an alternative upload to send uploaded files to. It must be on the same server due to flash security restraictions.. NO  
Javascript Callback
  jsOnComplete String Name of javascript function to call when upload complete. NO  
  jsOnFileUpload String Name of javascript function to after each individual file upload is complete. NO  
Permissions
  blockExtensions String Any files with these extensions will be prevented from uploading to the server. This is done for security, the default list are some common executable files. NO cfm,cfml,exe,cgi,php,php3,asp,aspx,cmd,sys
  filter String File extension filter. Should be in the format "Type","Extention"... NO All Files,*.*
  maxfiles Integer Maximum number of files allowed in upload. 0 = unlimited. NO 0 (unlimited)
  maxFileSize Integer Maximum Size in KB FOR EACH FILE. 0 = unlimited. NO 0 (unlimited)
  maxTotalFileSize Integer Maximum Size in KB for ALL FILES. 0 = unlimited. NO 0 (unlimited)
  showResetButton Boolean (YES | NO) Should the reset button be shown? NO Yes
  showUploadButton Boolean (YES | NO) Should the upload button be shown? NO Yes
Styling
  color String Hexadecimal Text colour NO 0x000000
  headerBGColor String Optional replacement background color. If not provided, background color gets set from the theme. NO  
  headerTextColor String Optional replacement background color. If not provided, it gets set from theme. NO  
  rollOverColor String Optional replacement background color for files as the mouse hovers over them. If not provided, it gets set from theme. NO  
  rollOverTextColor String Optional replacement color for text on files as the mouse hovers over them. If not provided, it gets set from theme. NO  
  rowColor1 String Optional replacement background color for odd numbered rows. If not provided, it gets set from theme. NO  
  rowColor2 String Optional replacement background color for even numbered rows. If not provided, it gets set from theme. NO  
  selectionColor String Optional replacement background color for selected files. If not provided, it gets set from theme. NO  
  statusTextColor String Optional replacement color for the status text. If not provided, gets set from the current theme. NO  
  themeColor String Theme to use. Should be either "Green", "Blue" or "Orange". NO Green