Tagged Questions

1
vote
1answer
637 views

cffile upload location

In CF7, can anyone tell me if there's a way around the file being automatically uploaded to the /tmp/ folder before being moved to a destination location I provide? I'm trying to use cffile in a ...
1
vote
3answers
412 views

ColdFusion/Linux multipart/form-data encoding file upload issue

I'm posting a form in ColdFusion on Linux. Form has a file field. CF requires the enctype="multipart/form-data" attribute on the form tag. If I have this, I get a "JRun Servlet Error - 500 No such ...