June 24, 2009
Tips for Secure File Uploads with ColdFusion
Allowing someone to upload a file on to your web server is a common requirement, but also a very risky operation. So here are some tips to help make this process more secure.Don't rely on cffile accept attribute
The accept attribute gives a terrible false sense of security.
January 11, 2007
Finding the Last Modified Date on a File
This question came up on my local CFUG mailing list yesterday: how can I get the time last updated of the two
documents? I know you can do this with uploaded files using
FILE.TimeLastModified.





