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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFFILE error on Macs

Status
Not open for further replies.

fusionaire

Programmer
May 20, 2000
67
US
First, here's the code:
<cfif IsDefined (&quot;form.pic2&quot;) and form.pic2 is not ''>
<CFFILE ACTION=&quot;Upload&quot; FILEFIELD=&quot;pic2&quot; DESTINATION=&quot;d:\HTTP\mywebsite\new\images&quot; accept=&quot;*/*&quot;
NAMECONFLICT=&quot;overwrite&quot;>
<cfset pic2=#file.serverfile#>
</cfif>

Here's the error:
Error processing CFFILE

Error attempting to save uploaded file to path
'd:\HTTP\mywebsite\new\images\.' The system cannot find the path
specified. (error 3)

The error occurred while processing an element with a general identifier of
(CFFILE), occupying document position (209:1) to (210:26) in the template
file D:\http\mywebsite\admin\projects.cfm.


Here's the issue. On windows, everything works fine. The client uses Macs.
In total, they can upload 3 images. This error only occurs if they only upload 1 or 2 images.

I am totally baffled by this. Any help would be GREATLY appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top