Re: CFFILE Error (why?)

2001-02-27 Thread Jay Patton
Web Pro USA 406.549.3337 ext. 203 1.888.5WEBPRO www.webpro-usa.com - Original Message - From: "Chad Gray" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 1:45 PM Subject: Re: CFFILE Error (why?) > Is there a director

RE: CFFILE Error (why?)

2001-02-27 Thread Philip Arnold - ASP
> why do i get this error? > here is the query or rather the CFFile action. > >filefield="ItemPic" > destination="#storepath#\images" > nameconflict="overwrite" > > > > and here is the error. > Error Diagnostic Information > Error processing CFFILE > > Error attempting to save uploaded fi

Re: CFFILE Error (why?)

2001-02-27 Thread Chad Gray
Is there a directory on the D drive called \64.???.132.???\beta\images or are you trying to connect to a server IP of 64.???.132.???\beta\images The syntax of the CFFILE statement looks ok. Although i usually format it in a different order and i dont think that matters. I would try putting a

RE: CFFILE Error (why?)

2001-02-27 Thread Christian L. Watt
An IP is not a valid path. With CFFile you must use a valid local path. If it works in Explorer (not IE, MS) then it will work with CFFile (as a general rule of thumb.) CW -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 1:38 PM To: CF-Tal