I don't think that CF lets you (and quite rightly) interact with a users
desktop for security reasons. The manipulation should be within your
websites area of access and security. Can you imagine the fun developers
could have if they could send data directly to your desktop or anywhere else
on your PC? Create, say, a "temp" directory within your CF site and interact
with that instead.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 6 July 2000 4:34 PM
To: [EMAIL PROTECTED]
Subject: Error:No Error ....with CFFILE


Hi,
CF write the file on desktop but it is empty: why?
this is the code:
---------------
<cfset outfile="c:\windows\desktop\u.htm">
<cffile action="WRITE" file="#outfile#" output="plain text">
 and this is the CF error:
----------------------
Error Occurred While Processing Request
Error Diagnostic Information
Error processing CFFILE

Error attempting to write data to target file 'c:\windows\desktop\u.htm'.

Error: No error occurred.

The error occurred while processing an element with a general identifier of
(CFFILE), occupying document position (14:1) to (14:59).


Date/Time: 07/06/00 08:22:37
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows 95)
Remote Address: 127.0.0.1
 -----------------------

thanks in advance,

Mauro


----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to