Skip to main content
Participant
March 29, 2016
Question

Coldfusion 9

  • March 29, 2016
  • 1 reply
  • 382 views

Hi,

I have this old web application that I'm working on. In the application, I am able to attach files. Does anyone know how to save the files attached to IIS virtual directory?

This topic has been closed for replies.

1 reply

Inspiring
March 30, 2016

If you are passing the files back using a form be sure you are using enctype='multipart/form-data', and on the back end you can use <cffile> to store the file.  There are quite a few examples of this online, and here is the Adobe Help for cffile upload for version 9: Adobe ColdFusion 9 * cffile action = "upload"