Skip to main content
Participating Frequently
May 15, 2013
Question

jQuery File Upload

  • May 15, 2013
  • 1 reply
  • 786 views

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

This topic has been closed for replies.

1 reply

Legend
May 16, 2013

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.