Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFFILE on linux

Status
Not open for further replies.

DeZiner

Programmer
May 17, 2001
815
0
0
US
My host has given me /home/sites/ as the path to use with cffile. I am used to eg: c:\inetpub/ When I execute with the path given I get a gateway timeout error (border manager installed) Howwever on my laptop with my path it works great. I have asked them twice for the path and this was the answer both times. They also had me cmod the images folder to 777. Any one experience this trouble?
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
I'm using linux and for my image upload path I use:

<CFFILE ACTION=&quot;UPLOAD&quot;
FILEFIELD=&quot;imageupload&quot;
DESTINATION=&quot;/ NAMECONFLICT=&quot;MAKEUNIQUE&quot;
ACCEPT=&quot;image/jpeg, image/jpg, image/gif, image/pjpeg&quot;>

No drive letter is specified.
 
Thanks for the reply. They never gave me a drive letter, but I tried a few. Once I put d: in front of it all it started working. DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top