
Please view the ProFlashDownload Demo.
Usage:
<cf_dccom component="ProFlashDownload" folder="[full path to directory on server]">
Or a little more advanced:
<cf_dccom component="ProFlashDownload" folder="[full path to directory on server]" [maxFileSize=(NUMBER:Maxmium Size in KB,default=0(unlimited))] [maxfiles=(NUMBER:Maximun number of files allowed in download,default=0(unlimited))] [filter=(String:File extension filter,default="All Files,*.*")] [jsOnComplete=(String:Name of javascript function to call when download complete)] [jsReturnFiles=(Boolean:Should the list of downloaded files be returned to the javascript?,default:no)] [width=(NUMBER:The display width,default=300)] [height=(NUMBER:The display height,default=200)] [color=(Text colour,default=0x000000)] [themeColor=(Theme to use,one of:{"Green","Blue","Orange"},Default="Green")] [redirectURL=(The URL that the user should be redirected to once complete,default:none)] [showDownloadButton=(Should the download button be shown?,default:yes)] [showResetButton=(Should the reset button be shown?,default:yes)] [headerBGColor=(Replacement background color,default=none(set from theme))] [headerTextColor=(Replacement background color,default=none(set from theme))] [txtBrowse=(Text for browse button,default="Browse")] [txtRemove=(Text for remove button,default="Remove")] [txtReset=(Text for reset button,default="Reset")] [txtDownload=(Text for download button,default="Download")] [txtStop=(Text for stop button,default="Stop")] [nameconflict=(Action to take if downloaded file already exists in folder on server. Options are Skip, Overwrite and MakeUnique. Default is MakeUnique.)] [includeOnDownload=(Name of file to cfinclude to perform additional processing on downloaded file)] [fileListVariable=(If provided, the list of downloaded files will be stored in SESSION[fileListVariable])] ></cf_dccom>
|