CFv4 File uploads
I get a 500 Error when I upload a file
Multiple file uploads from an iPad/iPhone don't work
How can I zip uploaded files?
If the form includes large files or several files that you want to keep together it may help to add them to a 'zip' archive. This FAQ has code that will let you do that and then save and / or email the zipped file.
How do I show a 'loading' message when the form submits?
With a little work you can attach a loader image to the validation 'onSuccess' event.
How can I attach a file I have created to an email?
I've got a JFolder::create error message
How can I link to an uploaded file?
How can I validate and debug file uploads?
How can I add a file upload to my form?
A file upload will add an input to your form that lets users select a file to be uploaded to the site server. ChronoForms lets you specify the allowable file types and sizes. This video shows you a simple example.
How can I attach uploaded files to an email?
How can I delete old file uploads?
How can I edit uploaded files in a form?
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
When the files are uploaded we would like to put them into their own user folder under the upload folder.