Re: Downloading Files via CFContent

2001-08-06 Thread Dick Applebaum
Check the archives... I posted a solution within the last several weeks. Dick At 1:20 PM -0400 8/6/01, Curtis C. Layton wrote: >I'm trying to download files using CFContent using the following code. > > > >Is there a way to change the default file name from the cold fusion

Downloading Files via CFContent

2001-08-06 Thread Curtis C. Layton
I'm trying to download files using CFContent using the following code. Is there a way to change the default file name from the cold fusion template's name to the actual file name? I'm trying to have users download files, but I don't want them to open the files in their

RE: cfcontent

2001-08-06 Thread Craig Dudley
Link to the file containing the cfcontent tag like this Link resuword.zip dload.cfm - -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: 06 August 2001 03:55 To: CF-Talk Subject: cfcontent Ok its late and I am brain dead. What else do I need in

cfcontent

2001-08-05 Thread Don Vawter
Ok its late and I am brain dead. What else do I need in a template to download a zip file? When a template with the following code is executed. a view source shows only TIA Don ~~ Structure your ColdFusion code with Fusebox. Get the offi

cfcontent content-disposition sp6 ie4/5/5.5

2001-07-27 Thread CFTalk
I know this is an old issue, but my research hasn't turned up anything useful so here goes... I'm trying to display a link that the user clicks on to download documents to their computer without them being rendered in the browser. In my case, these documents are the MSOffice variety and PDFs

CFCONTENT and Netscape

2001-07-17 Thread Bruce, Rodney
Help I am using CFCONTENT to save PowerPoint slides. In IE the slides get saved fine, but in Netscape 6, when the option to save is used, Netscape says its and unknown file type, also Netscape does not seem to be passing the form vars to the page that creates the slide, I am getting

RE: CFCONTENT

2001-07-13 Thread Aidan Whitehall
> I just read a post on the alt.comp.lang.coldfusion that > suggests that use of CFCONTENT is disastrous in a shared environment. Why not send an e-mail to the original poster asking them to justify their remarks? -- Aidan Whitehall <[EMAIL PROTECTED]> Macromedia ColdFusi

CFCONTENT

2001-07-12 Thread Alex Nguyen
I just read a post on the alt.comp.lang.coldfusion that suggests that use of CFCONTENT is disastrous in a shared environment. Is this because of load on server or what? Also, anyone know where a list of these gotcha's are published? I'm refreshing my CF knowledge, and something

RE: Help needed with CFCONTENT

2001-07-10 Thread Bruce, Rodney
again thanks for your help in working through this Rodney -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 11:30 PM To: CF-Talk Subject: Re: Help needed with CFCONTENT Bruce, Rodney wrote: > The problem wi

Re: Help needed with CFCONTENT

2001-07-09 Thread Jochem van Dieten
Bruce, Rodney wrote: > The problem with using "application/octet-stream", is that the user doesn't > get the option to save the file. > > I want the user to be able to save the file just not open it in the browser. > The purpose is for the user to save as PowerPoint slide, to be added to > pre

RE: Help needed with CFCONTENT

2001-07-09 Thread Bruce, Rodney
Dave Don't know if you seen the original post. I am using CFCONTENT to allow the user to save graphs (bar) as PowerPoint slides. If the user selects to save file and then later opens, this works fine, if the user selects to open from current location, the graph displays

RE: Help needed with CFCONTENT

2001-07-09 Thread Dave Watts
> The problem with using "application/octet-stream", is that > the user doesn't get the option to save the file. > > I want the user to be able to save the file just not open it > in the browser. The purpose is for the user to save as PowerPoint > slide, to be added to presentations later. U

RE: Help needed with CFCONTENT

2001-07-09 Thread Bruce, Rodney
The problem with using "application/octet-stream", is that the user doesn't get the option to save the file. I want the user to be able to save the file just not open it in the browser. The purpose is for the user to save as PowerPoint slide, to be added to presentations later. Rodney If

Re: Help needed with CFCONTENT

2001-07-06 Thread Jochem van Dieten
Bruce, Rodney wrote: > Has anyone else come across this? is it possible to not allow the option > "Open file from its current position"? If you don't want to allow the "Open file from its current position" option specify the content-type "application/octet-stream". Jochem ~

Help needed with CFCONTENT

2001-07-06 Thread Bruce, Rodney
Hi all I am hoping its the confusion with the mail, why I haven't seen a reply. so I am trying again. I am creating PowerPoint slides using cfcontent. This works fine, when the user saves as file and then opens in PowerPoint. The problem is when a user chooses the option "Open

RE: CFCONTENT

2001-07-03 Thread Bruce, Rodney
Hello CF-Talk I am sending this out again, hoping that with the list up and running again someone can help. I am creating PowerPoint slides using cfcontent. Mostly this works fine. It the user saves to file and then opens with PowerPoint. The problem is when a user choices the option

CFCONTENT

2001-06-28 Thread Bruce, Rodney
Hello all I am creating PowerPoint slides using cfcontent. Mostly this works fine. the problem is when a user choices the option "Open file from its current position". The file opens fine and shows the slide. but when user moves or clicks on the scroll bar the error "The

Re: Repost: CFCONTENT Strikes Again...Viewing a file

2001-06-27 Thread James Taavon
ou > are referencing "doc". It should be "form.docu" > > Best Regards, > > Dennis Powers > UXB Internet > (203) 879-2844 > http://www.uxbinfo.com/ > > -Original Message- > From: James Taavon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Ju

RE: Repost: CFCONTENT Strikes Again...Viewing a file

2001-06-27 Thread Dennis Powers
mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 9:44 AM To: CF-Talk Subject: Repost: CFCONTENT Strikes Again...Viewing a file Reposting due to Mail hickup...If anyone responded to this, I never got it. I have a three button form that gives a user the option to view, replace or delete a file.

Repost: CFCONTENT Strikes Again...Viewing a file

2001-06-27 Thread James Taavon
Reposting due to Mail hickup...If anyone responded to this, I never got it. I have a three button form that gives a user the option to view, replace or delete a file. The latter two work just fine, but viewing the file is giving me an error and I am not sure why. It opens MSWORD and displays an

RE: CFCONTENT Strikes Again...Viewing a file

2001-06-14 Thread Mark Warrick
To: CF-Talk > Subject: CFCONTENT Strikes Again...Viewing a file > > > I have a three button form that gives a user the option to view, replace > or delete a file. The latter two work just fine, but viewing the file is > giving me an error and I am not sure why. It opens MSWO

CFCONTENT Strikes Again...Viewing a file

2001-06-14 Thread James Taavon
I have a three button form that gives a user the option to view, replace or delete a file. The latter two work just fine, but viewing the file is giving me an error and I am not sure why. It opens MSWORD and displays an error that it can't resolve the form variable. All the code looks right, but I

RE: CFCONTENT Problem

2001-06-11 Thread Jann VanOver
keep the excel file from opening in a browser window. -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 5:50 PM To: CF-Talk Subject: RE: CFCONTENT Problem Still happening. Is there something I need to do on

RE: CFCONTENT Problem

2001-06-10 Thread Rich Z
I'm actually using Windows 2000 Server. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 8:58 PM To: CF-Talk Subject: RE: CFCONTENT Problem What is the WinNT SP? Duane > -Original Message- > From: Rich Z [mailto:[EMAI

RE: CFCONTENT Problem

2001-06-10 Thread Duane Boudreau
What is the WinNT SP? Duane > -Original Message- > From: Rich Z [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 10, 2001 8:50 PM > To: CF-Talk > Subject: RE: CFCONTENT Problem > > > Still happening. Is there something I need to do on the server side? &g

RE: CFCONTENT Problem

2001-06-10 Thread Rich Z
Still happening. Is there something I need to do on the server side? -Original Message- From: Dain Anderson [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 4:38 PM To: CF-Talk Subject: Re: CFCONTENT Problem Give this a shot: Dain Anderson Caretaker, CF Comet http

Re: CFCONTENT Problem

2001-06-10 Thread Dain Anderson
Give this a shot: Dain Anderson Caretaker, CF Comet http://www.cfcomet.com/ - Original Message - From: "Rich Z" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 4:17 PM Subject: CFCONTENT Problem > I'm sur

RE: CFCONTENT Problem

2001-06-10 Thread Duane Boudreau
If you are using NT with SP 6a: add this to send.cfm > -Original Message- > From: Rich Z [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 10, 2001 4:17 PM > To: CF-Talk > Subject: CFCONTENT Problem > > > I'm sure this problem has been addressed before, b

CFCONTENT Problem

2001-06-10 Thread Rich Z
I'm sure this problem has been addressed before, but here it is: I'm trying to make a file available for download through CFCONTENT. The cfm page send.cfm looks like this:: The problem is, instead of sending that file, it sends the right file but it names it send.cfm instead of

Re: CF5, cffile and cfcontent and deleting

2001-06-10 Thread Michael A. Cady
Hi Rich, Windows NT Error 5 means that access to the file is denied because some other process is using it. My guess in your case is that your process that serves up the CFCONTENT is the one that has the file open, therefore your line of code which attempts to delete it can't because it is

repost: cf5, cffile, cfcontent and deleting

2001-06-08 Thread Rich Wild
Got a bit of a query with CF5: If I try to serve a separate text file from a template via and specify that the file must be deleted - an error is thrown: "Error occurred while attempting to delete the file D:\development\text_server\this.txt Windows NT error number 5 occurred." However, I *c

CF5, cffile and cfcontent and deleting

2001-06-07 Thread Rich Wild
Got a bit of a query with CF5: If I try to serve a separate text file from a template via and specify that the file must be deleted - an error is thrown: "Error occurred while attempting to delete the file D:\development\text_server\this.txt Windows NT error number 5 occurred." However, I *c

Re: CFContent and large file transfers

2001-05-04 Thread tom muck
> Can anyone suggest an alternate method? Is there any way I can control where > the CFContent places the temporary file then zip the file prior to download? > > Thank you in advance, > > Will Fadel > ([EMAIL PROTECTED]) You could probably write the file using CFFIL

Re: CFcontent and extensions

2001-05-03 Thread Massimo Foti
Something like this should help: Massimo "Brook Davies" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a cf file which returns a text file using CFCONTENT. Yet, the > extension is still .cfm. Is there a way to force

CFcontent and extensions

2001-05-03 Thread Brook Davies
I have a cf file which returns a text file using CFCONTENT. Yet, the extension is still .cfm. Is there a way to force the extension to .txt? Thanks Brook Davies Maracasmedia.com ~~ Structure your ColdFusion code with Fusebox. Get the official

RE: catching error from cfcontent.

2001-04-17 Thread Bryan Love
Cfcontent can be deceptive since the call itself may not be failing, but rather the requested page may be generating the error and returning valid HTML. Be sure of where the error is and you'll save a lot of headaches :) Bryan Lov

RE: catching error from cfcontent.

2001-04-17 Thread Semrau, Steven L Mr SRA
au SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: Percy E Perez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 2:17 PM To: CF-Talk Subject: catching error from cfcontent.

catching error from cfcontent.

2001-04-17 Thread Percy E Perez
Hello all, I am trying to trap an error thrown by cfcontent, I wrapped cfcontent with cftry, but when I generate the error, I do not get my message but rather. "Please inform the site administrator that this error has occurred (be sure to include the contents of this page in your message t

RE: CFCONTENT in CF4 and CF4.5

2001-03-28 Thread Miriam Hirschman
#DateFormat('#MaxOfmyDate#','mm/dd/yyy')# #strComment##EquipmentValue##DeficitQuantity# -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 10:59 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]

RE: CFCONTENT in CF4 and CF4.5

2001-03-28 Thread Dave Watts
> Can someone please tell me the change in the way the > CFCONTENT tag works in CF4 and CF 4.5. Meaning, in CF 4.0 > the excel file that I am creating looks fine. The each > field is in a separate cell. However, when running off > a 4.5 server all the fields are attached an

CFCONTENT in CF4 and CF4.5

2001-03-28 Thread Miriam Hirschman
Hi, Can someone please tell me the change in the way the CFCONTENT tag works in CF4 and CF 4.5. Meaning, in CF 4.0 the excel file that I am creating looks fine. The each field is in a separate cell. However, when running off a 4.5 server all the fields are attached and are displayed in one

cfcontent

2001-03-27 Thread Miriam Hirschman
Please help. I am trying to test out a cfcontent tag. I want to create an Excel file. When I test it on my hard drive everything looks good, however, when I try it on the web, all the fields are one continuous cell in Excel. The DB and files are the same. Any leads. I woulsd really

CFContent file download problem

2001-03-15 Thread Eron Cohen
I use CFcontent all the time and haven't had any problems for a long time. Recently I have been attempting to institute it as part of a fusebox site with frames to download some hidden files. When a user clicks the link that triggers the CFCONTENT download, for some reason, two files mu

CFContent and spaces

2001-03-12 Thread Percy E Perez
Hello all, I am using cfcontent to access files across the network no problem as long as I using IE, however when I used netscape I get an HTTP Error 400. Of course this happens only when the file has spaces. Is there a command i can issue such as URLEncodedformat? Thank you for all the help

RE: Need some help with CFCONTENT

2001-03-06 Thread Patricia Lee
- |From: Tracy Bost [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 06, 2001 10:48 AM |To: CF-Talk |Subject: Need some help with CFCONTENT | | |I'm trying to allow users to download particular files which |are executables. |I'm also specifying the filepath for the executable. | |If I use

Need some help with CFCONTENT

2001-03-06 Thread Tracy Bost
I'm trying to allow users to download particular files which are executables. I'm also specifying the filepath for the executable. If I use some bogus mime type in the cfcontent, I get the download dialog box with the coldfusion file name inside of it such as coldfusionfile.cfm... W

Problems with CFContent

2001-02-02 Thread Adam Reynolds
Currently (don't ask me why) running CF4.01 and have come up with an odd problem. Our development server (NT4 SP5) delivers content using cfcontent quite happily. Our production server (NT4 SP5) does not. it delivers : Dunno why or what is going on. I've checked that the tags a

RE: CFCONTENT and COOKIES

2001-01-26 Thread Philip Arnold - ASP
> Does anyone know of a way to set cookies on a page > that uses CFCONTENT? Is this impossible to do? Cookies are part of a HTTP request, therefore it depends on the content type - if you're sending back an Excel sheet, then I doubt it as Excel loads within the browser window (as wi

RE: CFCONTENT and COOKIES

2001-01-26 Thread Russel Madere
> To: CF-Talk > Subject: CFCONTENT and COOKIES > > > Does anyone know of a way to set cookies on a page > that uses CFCONTENT? Is this impossible to do? > > Thanks, > > Eron > ~~ Structure your ColdFusion co

CFCONTENT and COOKIES

2001-01-26 Thread Eron Cohen
Does anyone know of a way to set cookies on a page that uses CFCONTENT? Is this impossible to do? Thanks, Eron ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http

RE: Excel question for CFCONTENT

2001-01-26 Thread Philip Arnold - ASP
> Does anybody know if there is some character I can use on a CF > page that has > a CFCONTENT for Excel tag, which will force a hard return in an Excel file > cell(simulating pressing ALT+ENTER in Excel)? > > I've got a long description field that I'm trying to forc

Excel question for CFCONTENT

2001-01-25 Thread Williams, Ryan
Does anybody know if there is some character I can use on a CF page that has a CFCONTENT for Excel tag, which will force a hard return in an Excel file cell(simulating pressing ALT+ENTER in Excel)? I've got a long description field that I'm trying to force line breaks on, but if I use

RE: CFContent question....

2001-01-19 Thread Won Lee
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 9:44 AM To: CF-Talk Subject: CFContent question I have searched the archive but can not seem to find the answer to this exact question... Did NT 4.0 SP 6a fix the problem with CFCONTENT? I

RE: CFContent to a network share

2001-01-16 Thread mherbene
Actually I recommend using the UNC name (\\servername\sharename\dir\file) because using the drive letter relies on that drive being mapped. -Original Message- From: Adrian J. Moreno [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 5:57 PM To: CF-Talk Subject: Re: CFContent to a

RE: CFCONTENT

2001-01-15 Thread Jason Powers
lto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 4:26 PM To: CF-Talk Subject: CFCONTENT Is it possible to use a wildcard in CFCONTENT type parameter or a comma delimited list such as image/gif, image/jpg? I want to set type to image/* instead of only image/gif, or image/jpg to allow all image

CFCONTENT

2001-01-15 Thread Bosky, Dave
Is it possible to use a wildcard in CFCONTENT type parameter or a comma delimited list such as image/gif, image/jpg? I want to set type to image/* instead of only image/gif, or image/jpg to allow all images. Thanks, Dave ~~ Structure your

Re: CFContent to a network share

2001-01-12 Thread Howie Hamlin
- Original Message - From: "Adrian J. Moreno" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 5:57 PM Subject: Re: CFContent to a network share > is one thing - those refernce a dsn set in CF Administrator. >

Re: CFContent to a network share

2001-01-12 Thread Adrian Cooper
- Original Message - From: "Howie Hamlin" <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 5:11 PM > > > DELETEFILE="No" > FILE="#dbfile#" > RESET="Yes"> > > I know the shares work (CFQUERY would not work otherwise). Any ideas? > > TIA, > > Howie Hamlin - inFusion Proje

RE: CFContent to a network share

2001-01-12 Thread Stephen Kellogg
does it have to do with the ppp in application (appplication). Hope it helps Stephen -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 12:12 PM To: CF-Talk Subject: CFContent to a network share I have one server running CF which accesses

RE: CFContent to a network share

2001-01-12 Thread mherbene
Turn on auditing and see what userid is trying to make the connection. I think when you use CFCONTENT it's actually IIS, and therefore the iis anon user, that grabs the file. At any rate, it _can_ be made to work. -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]]

Re: CFContent to a network share

2001-01-12 Thread Howie Hamlin
Never mind - I found out that CFContent is handled by the STUB and so I set up the web server to run under a user account and all is well... Regards, Howie - Original Message - From: "Howie Hamlin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> S

Re: CFContent to a network share

2001-01-12 Thread Adrian J. Moreno
o Howie Hamlin wrote: > I have one server running CF which accesses DB files (DbaseIV - don't ask > ). Anyway, that works fine (I can do queries and such). I have CF > logged in as Administrator and using UNC paths. Today, I tried to configure > CFCONTENT to send db files to a brow

CFContent to a network share

2001-01-12 Thread Howie Hamlin
I have one server running CF which accesses DB files (DbaseIV - don't ask ). Anyway, that works fine (I can do queries and such). I have CF logged in as Administrator and using UNC paths. Today, I tried to configure CFCONTENT to send db files to a browser. I get a Windows error of 5 (a

RE: CFContent question....

2001-01-11 Thread Dave Watts
> Did NT 4.0 SP 6a fix the problem with CFCONTENT? I know 6 > broke it... but did 6a actually FIX it? No. The "problem" with SP6+ and CFCONTENT is that, on pre-SP 6 IIS servers, you could use a "fake" URL to tell the browser the file name of the downloaded file.

RE: CFContent question....

2001-01-11 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CFContent works fine in sp6a. You can't do the URL faking thing anymore, but that was a bug that was fixed & never should have worked in the first place. SP6 broke both CFContent and the URL thing. SP6a fixed CFContent, but not the

CFContent question....

2001-01-11 Thread Vance_Duke
I have searched the archive but can not seem to find the answer to this exact question... Did NT 4.0 SP 6a fix the problem with CFCONTENT? I know 6 broke it... but did 6a actually FIX it? Thanks. Vance Duke Cold Fusion Application Developer i2 Technologies (469) 357-4729

CFCONTENT

2001-01-04 Thread Alex Puritche
Hi, folks! Can somebody help me with 6 stupid lines of code? select Picture, mime_type from my_table where id='#url.pict#' #get_picture.picture[1]# In the code listed above I try to retrieve image stored in the database this way insert into my_table (picture,mime_type) values ('#toBase6

RE: Dynamic filename with CFCONTENT

2000-12-21 Thread Dave Watts
> Trying to set up a page to accept a few options, build up a > path, and spit out a file via CFCONTENT to the user. But it > seems to choke on using a variable in "FILE" instead of a > flat-out path/filename. Any thoughts? You should be able to do this without any probl

Dynamic filename with CFCONTENT

2000-12-21 Thread Scott Weikert
(Sent this yesterday, but I believe it got ate due to the mail server issues Michael mentioned...) Hey gang - Trying to set up a page to accept a few options, build up a path, and spit out a file via CFCONTENT to the user. But it seems to choke on using a variable in "FILE" ins

RE: CFCONTENT across network shares

2000-12-01 Thread mherbene
I do have CFCONTENT pulling from another server, but I don't use IIS authentication at all. I'd turn on auditing on the remote server and check the security part of the event log. -Original Message- From: Scott Becker [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000

RE: CFCONTENT across network shares

2000-12-01 Thread Aaron Johnson
:52 AM To: CF-Talk Subject: CFCONTENT across network shares Im having a problem doing a CFContent tag... I'm trying to get a file thats on another server like this: The website is behind basic authentication on IIS. If I log in as me, an administrator, it works fine. If I log in wit

RE: CFCONTENT across network shares

2000-12-01 Thread Dylan Bromby
Not sure, but I think CF needs the permissions. ? -Original Message- From: Scott Becker [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 6:52 AM To: CF-Talk Subject: CFCONTENT across network shares Im having a problem doing a CFContent tag... I'm trying to get a file

CFCONTENT across network shares

2000-12-01 Thread Scott Becker
Im having a problem doing a CFContent tag... I'm trying to get a file thats on another server like this: The website is behind basic authentication on IIS. If I log in as me, an administrator, it works fine. If I log in with the client's login, I get a very descriptive error message

RE: CFCONTENT - open file from current location ( PDF )

2000-11-28 Thread Rich Wild
> I'm not sure why you want to encrypt the file name - it seems > to me that the only file names visible to the user are those > defined in the CFHEADER tag and URL, but not the file > specified in the CFCONTENT tag, which should prevent them > browsing them, or did i mis

RE: CFCONTENT - open file from current location ( PDF )

2000-11-28 Thread Bert Dawson
> using the 'encrypt' and urlencodedthe file download name > that appears in > the first save box is still encrypted, even though the > filename variable > that is passed to cfheader and cfcontent is decryptedeh? > I'm not sure why you want to encrypt the

RE: CFCONTENT - open file from current location ( PDF )

2000-11-28 Thread Rich Wild
ad name that appears in the first save box is still encrypted, even though the filename variable that is passed to cfheader and cfcontent is decryptedeh? I have an additional problem, I was trying to display the PDF inline using: This means that I can keep the files externally from the webr

CFCONTENT - open file from current location

2000-11-27 Thread Bert Dawson
I'm trying to use CFCONTENT to serve up a pdf file. The code is below, though i've changed the various file names so i can follow what is happening: get the pdf If I click on the link then it gives the choice to download or open from current location, and uses the file nam

IE 5.5 and cfcontent....

2000-11-20 Thread Eric Bradfield
This is a multi-part message in MIME format. --=_NextPart_000_0029_01C052EE.4AD96870 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have come across an interesting problem when using cfcontent in IE = 5.5. The problem is wh

RE: Adding default file name to CFCONTENT download file.

2000-11-17 Thread John Crosby
Excellent, Thankyou -Original Message- From: Maximov, Anton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 2:07 PM To: CF-Talk Subject: RE: Adding default file name to CFCONTENT download file. content-disposition header has to be served. Content-Disposition: filename

RE: Adding default file name to CFCONTENT download file.

2000-11-15 Thread Maximov, Anton
content-disposition header has to be served. Content-Disposition: filename=yourfilename.ext however it doesn't seem to be posible to serve an extra header if you are serving a file with cfcontent. anton maximov programmer/analyst IT, New Media > -Original Message- >

Adding default file name to CFCONTENT download file.

2000-11-15 Thread John Crosby
Hello Everyone, I'm looking for a way to designate the name of a file being downloaded to a users browser using CFCONTENT. Currectly the file name appears as 'index.cfm' when the user selects save to disk. I want to change this to 'somethingelse.txt' becau

RE: That CFCONTENT tag...

2000-11-09 Thread Sandra Clark
Just to let you know, there is a bug in IE 5.5 that disables CFContent sending files when there are form variables on the same page. Don't ask me why it does, but it does. -Original Message- From: Tage Widsell [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 6:32 AM T

That CFCONTENT tag...

2000-11-09 Thread Tage Widsell
Hi, Lately I (and our users) have noticed a significant increase in server response times. I'm using CFCONTENT to control download of files and it's working pretty good. Does anyone know what this does to server load? Our machine is co-located at our ISP so I can't view the

Re: cfcontent and macs

2000-11-03 Thread Rob Keniger
on 11/4/00 8:42 AM, Emmet McGovern at [EMAIL PROTECTED] wrote: > Im trying to use cfcontent to trigger a file download and write a download > count to a database. Works great on pc but fails on a mac. > Anyone know the solution to this? Or a way that will work on a mac. The mac >

cfcontent and macs

2000-11-03 Thread Emmet McGovern
Im trying to use cfcontent to trigger a file download and write a download count to a database. Works great on pc but fails on a mac. Anyone know the solution to this? Or a way that will work on a mac. The mac spits out an attempt to load page error. SELECT location,movie

cfcontent not working properly with IE on a MAC

2000-11-03 Thread Joel Richards
I am using cfcontent to allow a user to download graphics file to their hard drive(mainly tiff and eps files). The script works great with IE and Netscape on a PC and also works on a MAC with Netscape. However, When using IE with a mac, the file is downloaded to the browser. Any ideas on how

CFCONTENT, CSV and dynamic filenames?

2000-10-31 Thread Greenberg, Lisa
the custom tag cfx_ss. The dynamic file is created, but the file can't be located by cfcontent. The error is as follows: No such file The file in CFContent does not exist: C:\inetput\wwwroot. I'ave looked at the mimetestpage on figleaf site and can't seem to get the concep

cfcontent not working on a MAC

2000-10-30 Thread Joel Richards
I am using cfcontent to download various graphic files to the hard drive. They are primarily psd, eps, and tif files. Cfcontent works great on a PC with both IE and Netscape, but completely bombs on a MAC. When downloading to a MAC, the MAC opens the file in the browser, or, if can't do

RE: cfcontent

2000-10-28 Thread David Gassner
ernet Explorer. I've also experimented with dropping out the "inline;" part of the Value attribute and seen no change in behavior. David > -Original Message- > From: Duane Boudreau [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 28, 2000 2:51 PM > To:

RE: cfcontent

2000-10-28 Thread Duane Boudreau
44 PM > To: CF-Talk > Subject: RE: cfcontent > > > It's: > > > > > -Original Message- > > From: Duane Boudreau [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, October 28, 2000 12:29 PM > > To: CF-Talk > > Subject: cfcontent >

RE: cfcontent

2000-10-28 Thread David Gassner
It's: > -Original Message- > From: Duane Boudreau [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 28, 2000 12:29 PM > To: CF-Talk > Subject: cfcontent > > > I'm using cfcontent to trigger the upload of a file. Does anyone remember > the trick

cfcontent

2000-10-28 Thread Duane Boudreau
I'm using cfcontent to trigger the upload of a file. Does anyone remember the trick to faking cfcontent into using a file name other the name of the template it is located in? TIA, Duane Arc

RE: CFCONTENT download name

2000-10-20 Thread lsellers
> > > Use this before your CFCONTENT tag: > > > > > > > ... > > Sorry. This doesn't work. The form variables are lost. > > It should work, as should using a "fake" URL on a pre-SP6 server. It's worked for me on NT4 as well as W2K. A

RE: CFCONTENT download name

2000-10-20 Thread Dave Watts
> That might explain the problem. The server is running SP6. That shouldn't affect the use of the CFHEADER tag to specify the file name, as suggested by Tom Muck. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: CFCONTENT download name

2000-10-20 Thread Warrick, Mark
CTED]' > Subject: RE: CFCONTENT download name > > > > > > I'm trying to create an MS Word doc based upon a query and > > > > information entered on a form preceeding this report > > > > processing template. > > > > > > > >

RE: CFCONTENT download name

2000-10-20 Thread Dave Watts
in that download > > > prompt to be report.doc so that the user won't have to think > > > about naming the file correctly when they select a place to save > > >it. ... > > Use this before your CFCONTENT tag: > > > > ... > Sorry. This doesn

RE: CFCONTENT download name

2000-10-20 Thread Warrick, Mark
iness URL: http://www.fusioneers.com ICQ: 346566 -- > -Original Message- > From: tom muck [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 20, 2000 11:36 AM > To: CF-Talk > Cc: [EMAIL PROTECTED] > Subject: Re:

RE: CFCONTENT download name

2000-10-20 Thread Nardi, Gaston
Hi, use Good Luck, Gastón > -Mensaje original- > De: Warrick, Mark [SMTP:[EMAIL PROTECTED]] > Enviado el: Viernes 20 de Octubre de 2000 16:33 > Para: CF-Talk > Asunto: CFCONTENT download name > > I'm trying to create an MS Word

RE: CFCONTENT download name

2000-10-20 Thread Warrick, Mark
:36 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: CFCONTENT download name > > > Use this before your CFCONTENT tag: > > > > tom > > > - Original Message - > From: "Warrick, Mark" <[EMAIL PROTECTED]> > To:

Re: CFCONTENT download name

2000-10-20 Thread tom muck
Use this before your CFCONTENT tag: tom - Original Message - From: "Warrick, Mark" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 20, 2000 2:32 PM Subject: CFCONTENT download name I'm trying to create an MS Word d

<    4   5   6   7   8   9   10   11   >