Official Review
NULL
|
Other links at CFML > Scripts and Programs > File Manipulation |
| 1. |
Flash File Upload
|
|
|
A simple file uploading tutorial using JavaScript, Flash and CF. A file field is stored in a hidden frame and is referenced from Flash using JavaScript. It''s a nice workaround but right now only works in IE. Hopefully developers will build on this tool to create a fully functional uploading system using a Flash front end.
|
| 2. |
CF ShopKart LITE
|
|
|
This is a free Coldfusion Shopping Cart Application. It is a basic shopping cart application with a built-in control panel for adding and removing products from your database. Runs on an MS Access Database. There is also a more advanced version available on the website at an affordable price.
|
| 3. |
Cf_Filemanager V3.0
|
|
|
CF_FileManager is a unique custom tag allowing a multiple of actions to be performed on files and folders. Cut, Copy and Paste files around your server. Navigate your servers directory structure by double clicking on the folder names. Copy and Delete folders and their contents, all done recurrsively, over coming the limitations of CFDirectory. Upload an unlimited amount of files simultaneously, a first in any Coldfusion Custom Tag. Fully skinnable to fit into your application.
|
| 4. |
CFX_Word2text
|
|
|
CFX_Word2Text tags will convert MS Word .doc file to text. It does not require Word to be installed on the server.This tag reads the contents of files using the indexing service's filter implementation. The indexing service is installed on Windows 2000/XP machines (and NT machines running the Option Pack). It lets you read the contents of a variety of files recognized by the indexing service without knowing the internal file format.You can also extract text from HTML files , this is useful when you want to the text content of files ,without html tags .
|
| 5. |
verveCFDirDel
|
|
|
verveCFDirDel is a ColdFusion Custom Tag that deletes or empties a directory on your server. The tag uses recursion to delete all sub-folders and files within the directory that you specify. WARNING: be careful using this tag. If you pass it a variable like "C , then this tag will delete or empty that entire directory!
|
|
|