You may need to set the "mode" attribute of cffile to 777. You may also want to check and make sure that the directory you're trying to upload to has the appropriate permissions on it. 777 allows uploads and such but may open you up too much. Set the permissions just for what you need.
John -----Original Message----- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 12:55 PM To: CF-Talk Subject: Re: CFFILE upload to Linux server issues Ok I took the var out of the application page an put it right on the processing page. Now the var is set correctly however it is failing with a new message. Does anyone think this is a permissions issue since this is running on Linux. No problems with this on Windows where the site was created. The destination directory "/root/a/mysite.com/html/dev/images/apps/" specified in the CFFILE tag is invalid. The directory either does not exist or is not accessible by this tag. The error occurred in /root/a/mysite.com/html/dev/Admin/x_addtest.cfm: line 23 21 : nameconflict="makeunique" 22 : filefield="timage1" 23 : accept="image/*"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184000 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

