I am using cffile to copy a read-only file from server A to the cf server.
I am trying to display the copied file using cfcontent and delete it using
the 'deletefile="YES"'.  The cffile does not appear to change the
permissions on the move and thus I am not able to delete the file.

<cffile action="copy" 
            source="#URL.ServerFilePath#" 
   destination="c:\temp\test\temp\"
     attribute="Normal"
>

Help?

Ross

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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