Browse a Listing
Top > CFML > Tips and Tutorials > File Manipulation
Popular Tags
Free Script links
Uploading files can be an important part of user interaction on your site. Whether it's an image in GIF or JPEG format, a resume in Word or PDF format, or a malicious virus in .EXE format, you need a way to allow users to upload files to your site. (Note that I specifically mentioned a malicious virus. Uploading files presents some serious security issues and I'll show you how to lock out potentially nasty uploads.)
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 3 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
One of the most basic functions that every language needs to perform in order to be considered anywhere near "complete" is the ability to manipulate the file system. This means that I should be able to, with a fair amount of ease, create, rename, copy, and move files and directories using the language of my choice. You can do all of these things in Java, C++, C#, Visual Basic, and of course, ColdFusion.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR