why do i get this error?
here is the query or rather the CFFile action.

<cffile action="upload" 
  filefield="ItemPic"
  destination="#storepath#\images" <!-- the "#storepath#" is 'D:\64.???.132.???\beta'. 
i used ?'s just for posting reasons. -->
  nameconflict="overwrite"
>

and here is the error.
Error Diagnostic Information
Error processing CFFILE 

Error attempting to save uploaded file to path 'D:\64.???.132.???\beta\images..' 
Access is denied. (error 5) 

The error occurred while processing an element with a general identifier of (CFFILE), 
occupying document position (294:4) to (298:4).

it worked fine the other day.
any ideas?
thanks,

Jay Patton
Web Design / Application Design
Web Pro USA
406.549.3337 ext. 203
1.888.5WEBPRO
www.webpro-usa.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to