|
CF_MultiUpload Advanced Attributes
 |
Author |
: |
Daniel Mackey |
 |
Email |
: |
dan@digital-crew.com |
You can control all aspects of CF_MultiUploadAdvanced by passing a combination of the following attributes to the custom tag.
| uploadAccept |
List of MIME types to allow in upload |
Comma Delimited list of MIME types |
See Below |
| folder |
Folder on server to upload files to |
String |
c:\ |
| nameConflict |
Action to take on files uploaded that already exist |
MAKEUNIQUE | OVERWRITE |
MAKEUNIQUE |
| style |
Style used to render component |
String |
default |
| width |
Width of component in pixels |
Number |
450 |
| height |
Height of component in pixels |
Number |
300 |
| tip |
Text to appear next to Browse... button |
String |
Click Browse to add another file |
| frameTitle |
Text to appear over selected files |
String |
File Upload List |
| showAdvancedUpload |
Enable or disable Advanced button |
YES | NO |
yes |
| autoUpload |
Automatically uploads any files set in SELECTEDFILES attribute on load. |
YES | NO |
no |
| uploadLimit |
The limit to the number of files allowed to be uploaded at any one time |
NUMBER or "NONE" |
none |
| showDebugUploadMessage |
Used to debug problems in uploading. Alerts the full upload report on completion |
YES | NO |
no |
| selectedFiles |
Comma delimited list of files on client machine to upload |
Comma delimited list |
|
| filter |
A wildcard filter for Advanced mode selection box |
Wildcard (Comma delimited) |
*.* |
| filterName |
A name for the filter above e.g: All files |
String |
|
| showBasicControl |
Enables or disables the DHTML upload interface |
YES | NO |
yes |
| advancedUploadButtonText |
Text to appear on the Advanced upload button |
String |
Advanced Uploader |
| advancedUploadButtonStyle |
CSS to style the Advanced upload button |
Inline CSS String |
|
| CLOSEONUPLOAD |
Enables or disables the control from closing on completion of file upload |
YES | NO |
no |
| UPLOADURL |
Sets the advanced upload url if url can not be resolved programatically |
STRING URL |
|
Upload Accept Default Values:
application/vnd.ms-powerpoint, text/xml, audio/wav, application/x-zip-compressed, application/octet-stream, image/jpeg, image/gif, image/jpg, image/png, text/html, text/plain, application/x-javascript, text/css, image/pjpeg, text/plain, application/msword, application/pdf, application/rtf, application/mspowerpoint, application/x-visio, application/excel, application/x-msexcel, application/x-compressed, application/x-zip-compressed, application/vnd.ms-excel, application/x-excel, application/zip, text/richtext
|