If your form includes image uploads you may find after time that they are taking up too much space and older files need to be deleted. Here's a code snippet to do that:
CFv4 File uploads
How can I edit uploaded files in a form?
Posted: Oct 10 2012, 08:10
It isn't useful to redisplay the value of file inputs in an edit form as there is no way of knowing the path to the file on the user's computer and so the value is incomplete. Because of this most browsers won't allow it.
How can I upload files under some user's folder
Posted: Oct 10 2012, 08:06
When the files are uploaded we would like to put them into their own user folder under the upload folder.