Rick, looks great! Here's an odd "feature"
Upload a txt file. Rename it to a JSP extension. Then try performing view/rename etc on it. I get some sort of http protocol response headers (connection: close, content-length: 0 etc).... -------------------------------------------------------- Anyway, here are some other suggestions, for better or worse. I had something like this, but I don't know where I put the code (it was from the cf 4 days). 1) Allow setting the browsable root folder above the webroot (this would of course mean viewing files via CFCONTENT, etc.... Allow force-download of files using Content-Type: application/unknown and content-disposition headers. CFCONTENT the files so you can allow CFM safely without allowing it to be processed by the cf server. 2) download a list of files, or entire folders as a ZIP. I had this feature using ben's CFX_Zip back then. 3) I made mine a frameset. This might allow more of an explorer-style view on things.... 4) Your photo editor tool might be better if you created random files intermittently (img src=transform.cfm?resize=x&sharpen=4, and CFCONTENT+deletefile to pipe them to the browser. That way, you don't commit the changes to the image until you're done playing around. 5) You might want to add an opensource js-based html editor for html files.... Anyways, again, a job well done. -Dov -----Original Message----- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 2:10 PM To: CF-Talk Subject: CFFM almost finished Okay, i think I'm almost done with CFFM - the Coldfusion File Manager I've added just about all the features I've seen suggested.... cleaned and organized the code, etc... I've added image manipulation (flip, flop, resize, scale), unzip / view zip, the ability to upload multiple files, file move, file copy, file delete, directory move, directory copy, directory delete (including non-empty directories). You can disallow certain extensions, and if you do, you can't create or upload files with those extensions, and files with those extensions will not be extracted from zip files. And it's all totally cross-platform compatible... at least, I've tested it on CFMX 6.1 on Windows and Bluedragon 6.1 on Linux. I'd love for anyone interested to attempt to compromise its security. http://www.webworksllc.com/cffm Thanks to all who contributed, knowingly and unknowingly :) I will certainly find this useful =) - Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186535 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

