when trying to write a file using the following code the error message - "There was a sharing violation" appears. The file is already there but even so this shouldn't be causing the message.
code:
<cffile ACTION="Write"
"d:\inetpub\OUTPUT="#cfhttp.FileContent#"
nameconflict="OVERWRITE"
addnewline="Yes">
thanks for any help you can give
Emma
code:
<cffile ACTION="Write"
"d:\inetpub\OUTPUT="#cfhttp.FileContent#"
nameconflict="OVERWRITE"
addnewline="Yes">
thanks for any help you can give
Emma