Skip to main content
Inspiring
October 23, 2013
Question

How do I create a file upload handler?

  • October 23, 2013
  • 1 reply
  • 970 views

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

This topic has been closed for replies.

1 reply

Known Participant
October 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

matthiscoAuthor
Inspiring
October 24, 2013

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?