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

CFFILE Help..

New Here ,
May 30, 2006 May 30, 2006

Copy link to clipboard

Copied

I'm trying to upload a file, and I have on my web host Read, and Write permision on the folder where I want the uploaded file to go, but I'm getting this error msg.

The following is the internal exception message: access denied (java.io.FilePermission ..\gallery read)

and here is my cffile tag

<cffile action="upload" filefield="#variables.filename#" destination="../gallery/" nameconflict="makeunique" >
TOPICS
Advanced techniques

Views

230

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

correct answers 1 Correct answer

Enthusiast , May 30, 2006 May 30, 2006
destination has to be a full path name. use destination="#expandPath("../gallery/")#" if that would help?

Votes

Translate

Translate
Enthusiast ,
May 30, 2006 May 30, 2006

Copy link to clipboard

Copied

destination has to be a full path name. use destination="#expandPath("../gallery/")#" if that would help?

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
Guest
May 30, 2006 May 30, 2006

Copy link to clipboard

Copied

Take the #s off of variables.filename.

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
New Here ,
May 30, 2006 May 30, 2006

Copy link to clipboard

Copied

LATEST
That worked... Thank you

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