How to use the Tag:
<CF_DCCOM component="dcFileManagerv3" folder="c:\ inetpub \ wwwroot" width="100%" height="100%" folderfilter="dell,asp,books" filefilter="nice.txt" showToolbar="yes"></CF_DCCOM>
Downloads:
Download CF_FileManager V3.2 Documentation and Product Information PDF
Extended Documentation:
For more information and expanded documentation, please visit:
http://documentation.digital-crew.com/?categoryid=56
Compatability:

CF_FileManager V3.2 is the cross-browser/cross-platform on both the client and server side.
| Mozilla |
Version 1.3a+ |
Windows, Linux, Unix |
| Netscape |
Version 7+ |
Windows, Linux, Unix |
| Internet Explorer |
Version 5.5+ |
Windows |
Version 3.2 now supports Linux and Windows
Partial list of Tag Attributes:
| WIDTH |
[Pixels or Percentage ] |
Width of component |
| HEIGHT |
[Pixels or Percentage ] |
Height of component |
| TITLE |
[String ] |
Title of component |
| FOLDER |
[STRING ] |
Folder for file manipulation |
| ALLOWFILEDELETE |
[YES|NO ] |
Allow deletion of files (YES|NO) |
| ALLOWFOLDERDELETE |
[YES|NO ] |
Allow deletion of folders (YES|NO) |
| ALLOWFILERENAME |
[YES|NO ] |
Allow renaming of files (YES|NO) |
| ALLOWFOLDERRENAME |
[YES|NO ] |
Allow renaming of folders (YES|NO) |
| ALLOWADDFOLDER |
[YES|NO ] |
Allow addition of folders (YES|NO) |
| ALLOWUPLOADFILE |
[YES|NO ] |
Allow upload of files (YES|NO) |
| ALLOWFOLDERBROWSING |
[YES|NO ] |
Allow folder browsing (YES|NO) |
| ALLOWCOPY |
[YES|NO ] |
Allow copying of files and folders |
| ALLOWSORT |
[YES|NO ] |
Allow sorting of data (YES|NO) |
| ALLOWFILEDOWNLOAD |
[YES|NO ] |
Allow download of files (YES|NO) |
| SHOWTOOLBAR |
[YES|NO ] |
Show Simple Toolbar (YES|NO) |
| SHOWSTATUS |
[YES|NO ] |
Show Status Bar (YES|NO) |
| STYLE |
[STRING ] |
Style for control to be rendered (YES|NO) |
| UPLOADACCEPT |
[STRING ] |
String containing accepted MIME types for uploading |
| FILEFILTER |
[Comma delimited String ] |
Comma delimited string containing files to hide |
| FOLDERFILTER |
[Comma delimited String ] |
Comma delimited string containing folders to hide |
| LOCKEDFOLDERFILTER |
[Comma delimited String ] |
Comma delimited string containing locked folders |
| FOLDERMASK |
[String ] |
A name to mask the real path name |
| SHOWHIDDENFILES |
[YES|NO ] |
Show hidden files |
| SHOWHIDDENFOLDERS |
[YES|NO ] |
Show hidden folders |
| ALLOWFILEPROPERTIES |
[YES|NO ] |
Allow File Properties |
| ALLOWFOLDERPROPERTIES |
[YES|NO ] |
Allow Folder Properties |
| DOWNLOADTYPE |
[NonDirect|Direct ] |
Download Type |
| ITEMORDER |
[toolbarFirst|locationFirst ] |
Order of menus |
| LANGUAGE |
[English|German|French ] |
Language for CF_FileManager |
| LEADINGSLASH |
[YES|NO ] |
For compatability with ISAPI Filters |
| ALLOWEDITFILES |
[YES|NO ] |
Allow editing of files |
| TEXTEDITLIST |
[Comma delimited string ] |
List of extensions of files allowed to be edited |
| ALLOWCOPYSHORTCUT |
[YES|NO ] |
Allow copying names to clipboard (IE Only) |
| DBLCLICK_EXTENSIONS |
[Comma delimted string] |
Eg: htm,txt,ini etc |
| DBLCLICK_ACTIONS |
[Comma delimted string] |
viewHTML.cfm,editTxt.cfm,editIni.cfm |
| DBLCLICK_TARGETS |
[Comma delimted string] |
popup,iframe,popup |
| DEBUG |
[YES|NO ] |
Show Hidden IFRAME |
Installation Guide:
The installation of CF_FileManager V3.2 is very straight forward.
1) Unzip the contents of the ZIP file to the location you wish to run the tag from
e.g: c:\inetpub\wwwroot\my app\
You should now have a folder structure as follows:
c:\inetpub\wwwroot\my app\dccom\ [Sub Folders and Files]
c:\inetpub\wwwroot\my app\dccom.cfm
c:\inetpub\wwwroot\my app\application.cfm
2) You can now call the component from any Coldfusion Page using:
<cf_dccom component="dcFileManagerv3" folder="c:\my files\"></cf_dccom>
3) DCCOM is intelligent enough to work out the path to the components (..\dccom\components\)
so you dont need to have multiple DCCOM folders. You only need to ensure that the dccom.cfm
file is located in the same folder as the calling Coldfusion template.
Notes:
UPLOADACCEPT - Default MIME Types -
(application/x-zip-compressed,application/octet-stream, 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)
For more information, suggestions or queries, please email dan@digital-crew.com