Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

jQuery File Upload

New Here ,
May 15, 2013 May 15, 2013

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

752
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 16, 2013 May 16, 2013
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources