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

How do I create a file upload handler?

Explorer ,
Oct 23, 2013 Oct 23, 2013

Copy link to clipboard

Copied

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

Views

817

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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?

Votes

Translate

Translate

Report

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
Documentation