Well with CFCONTENT you could use it to send a file to a user, which would in turn popup a save as box for them to save a file to a certain location. Something like...
<cfsetting enablecfoutputonly="yes"> <cfcontent file="whatever.txt" type="application/ms-download"> But there is no way to manipulate that file on the clients machine once it's saved. The only file that you have access to (if they have them turned on) are cookies. _____________________________ steve oliver senior internet developer atnet solutions, inc. http://www.atnetsolutions.com -----Original Message----- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 12:19 AM To: CF-Talk Subject: RE: CFFILE - on server only? How so? CFCONTENT is still restricted by the overreaching fact that CF is server-side. Just curious. -----Original Message----- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 9:02 PM To: CF-Talk Subject: Re: CFFILE - on server only? Depending on what you want to do, you may find cfcontent useful. "Steve Oliver" <[EMAIL PROTECTED]> wrote in message news:<002001c1c92c$3d356ce0$[EMAIL PROTECTED]>... > Unless of course you have a java class or an activeX control that > allows saving files to a clients machine, but they would get an > annoying pop up asking if they want to allow said control to run on > there machine for the java, and the activeX would just pop up an alert > saying it won't display (unless their browser security is set to low) > > _____________________________ > steve oliver > senior internet developer > atnet solutions, inc. > http://www.atnetsolutions.com > > > -----Original Message----- > From: Steve Oliver [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 11, 2002 1:33 PM > To: CF-Talk > Subject: RE: CFFILE - on server only? > > > Yes, No, and No. > > That all involves browser security, the only way to save anything on > the clients machine through IE is by them clicking the File>Save in > the menu. > > _____________________________ > steve oliver > senior internet developer > atnet solutions, inc. > http://www.atnetsolutions.com > > > -----Original Message----- > From: Ed Gordon [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 11, 2002 1:30 PM > To: CF-Talk > Subject: CFFILE - on server only? > > > Does the Cold Fusion server only create / write to files on the server > itself? > > Is there any way to get Cold Fusion to create / write to a file on the > client side rather than on the server? > > Is there a way to get a file dialogue box up so that the user can > choose the name / location of a file to create / write to? > > TIA > > - Ed > > FAQ: http://www.thenetprofits.co.uk/coldfusion/faq > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists > > > ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists