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

Coldfusion 9

New Here ,
Mar 29, 2016 Mar 29, 2016

Copy link to clipboard

Copied

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?

Views

297

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
Engaged ,
Mar 30, 2016 Mar 30, 2016

Copy link to clipboard

Copied

LATEST

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"

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