Copy link to clipboard
Copied
Does anyone have a solution that combines jQuery File Upload with coldfusion - I am not very patient when it comes to jQuery and I am assuming a clever person has worked this out?! It is a great UI and if it it could work with CF and upload the image names to a database that would make me have sex wees!!!
Thanks in advance
Jan
Copy link to clipboard
Copied
I have not used the jQuery File Upload component, but most likely it is just using the standard multipart/form-data form with one or more file fields. You would use the CFFILE action="upload" tag (or "uploadall", again never used it). Be very careful though when adding any upload capability to a public facing application. This is where a majority of web server compromises begin -- unauthorized uploading of files which can lead to an endless assortment of headaches.