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

How do I create a file upload handler?

Explorer ,
Oct 23, 2013 Oct 23, 2013

Hi Folks,

I need to create a server side file to use with this uploader:

https://github.com/blueimp/jQuery-File-Upload/wiki/Setup

They have PHP examples and various others apart from CF.

The PHP example is pretty huge, can anyone please point me in the right diection to create a similar script using CF to upload files?

Many thanks

888
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
Community Beginner ,
Oct 23, 2013 Oct 23, 2013

I am assuming you need the capability to upoad the file from the form.  If so, try this:

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-738f.html

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
Explorer ,
Oct 24, 2013 Oct 24, 2013
LATEST

Many thanks for your reply.

I have a basic page setup using cffile.

Is there a way to hook this up with jquery and use a progress bar and output json, like the php example?

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