Re: CFContent Excel design woes

2004-01-09 Thread Deanna Schneider
Hatton, Did you miss the post where someone said that Office 97 ignores stylesheets? -d - Original Message - From: "C. Hatton Humphrey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 8:08 AM Subject: RE: CFContent E

CFContent, Mapped Drive, ftp server

2004-01-09 Thread Andrew S. Peterson
Hi, Can you use cfContent to pull down data from a mapped drive? I think I've done this successfully before but I'm wondering if the reason I'm getting the error (below) has anything to do with the fact that the mapped drive happens to be on an ftp server. Does it even matter?

CFFILE/CFCONTENT question.. Please help

2004-01-27 Thread cf coder
Hello Everybody, I have this form with a a drop-down box and a submit button. The drop down box displays a list of departments and has a onChange event, that calls a _javascript_ function that reloads the page. ColdFusion reads the querystring, passes it in a cfquery select statement and displays

Re:CFFILE/CFCONTENT question.. Please help

2004-01-27 Thread cf coder
Thank you Pascal and Michael for your help. I've got it working now. - cfcoder [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: cfcontent on cfmx/linux

2004-02-11 Thread Bryan Stevenson
11, 2004 12:51 PM   Subject: cfcontent on cfmx/linux   Hi all,   We're in the process of upgrading to CMFX on linux from CF 5.0 on Windows.   Some excel download code no longer works:      Results in '); } } function writeCloseBody() { if( debugMode ) {   document.write('   in

Re: cfcontent on cfmx/linux

2004-02-11 Thread Jochem van Dieten
Deanna Schneider said: > > Some excel download code no longer works: > Try: TYPE="application/vnd.ms-excel"> > Results in '); } } function writeCloseBody() { if( debugMode ) { > document.write(' > in the excel spread sheet - nothing else. That looks like it is generated by the client, not the

Re: cfcontent on cfmx/linux

2004-02-11 Thread Deanna Schneider
Nope. Same error. -d - Original Message - From: "Bryan Stevenson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 2:50 PM Subject: Re: cfcontent on cfmx/linux > change the mime type to octet/stream.it fakes

Re: cfcontent on cfmx/linux

2004-02-11 Thread Deanna Schneider
From: "Jochem van Dieten" > Try: > > TYPE="application/vnd.ms-excel"> Same result > That looks like it is generated by the client, not the server. To see > what is generated by the server request the page through telnet or a > proxy. Jochem, It's been years since I've done telnet. I can open a

Re: cfcontent on cfmx/linux

2004-02-11 Thread Bryan Stevenson
 Subject: Re: cfcontent on cfmx/linux   Nope. Same error.   -d   - Original Message -   From: "Bryan Stevenson" <[EMAIL PROTECTED]>   To: "CF-Talk" <[EMAIL PROTECTED]>   Sent: Wednesday, February 11, 2004 2:50 PM   Subject: Re: cfcontent on cfmx/linux

Re: cfcontent on cfmx/linux

2004-02-11 Thread Jochem van Dieten
Deanna Schneider said: > From: "Jochem van Dieten" > >> That looks like it is generated by the client, not the server. To >> see what is generated by the server request the page through >> telnet or a proxy. > > It's been years since I've done telnet. I can open a telnet > prompt...but I don't know

RE: cfcontent on cfmx/linux

2004-02-11 Thread Dave Carabetta
>Some excel download code no longer works: > We use MX on JRun on Solaris/Linux, and this works for us: /> > >Results in '); } } function writeCloseBody() { if( debugMode ) { >document.write(' >in the excel spread sheet - nothing else. > >If I comment out this code, I get the html table, like

Re: cfcontent on cfmx/linux

2004-02-11 Thread Deanna Schneider
I figured it out. I had to turn off debugging on that page to get it to work. () The weird code I was seeing was bits of the debug output instead of the file I actually wanted to serve. Have I mentioned that I hate that the docked vs tradional debugging is a global setting? I seem to recall someon

RE: Custom cfheader/cfcontent issues

2004-02-12 Thread Pascal Peters
Have you tried: value="inline; filename=#fullDisplayName#"> Pascal > -Original Message- > From: Kevin Marino [mailto:[EMAIL PROTECTED] > Sent: woensdag 11 februari 2004 18:58 > To: CF-Talk > Subject: Custom cfheader/cfcontent issues > > Hola, > &

RE: Custom cfheader/cfcontent issues

2004-02-12 Thread Kevin Marino
:14 AM To: CF-Talk Subject: RE: Custom cfheader/cfcontent issues Have you tried: value="inline; filename=#fullDisplayName#"> Pascal > -Original Message- > From: Kevin Marino [mailto:[EMAIL PROTECTED] > Sent: woensdag 11 februari 2004 18:58 > To: CF-Talk &

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

[OT] ASP equivalent of CFCONTENT?

2000-05-12 Thread ron
Sorry for the OT post, but does anyone know the ASP equivalent of the CFCONTENT tag? A client of ours (who only has ASP) needs to serve up files securely, and keep them off the webroot. tia, ron -- Archives: http

RE: Debugging CFCONTENT/CFHEADER problems

2000-05-12 Thread jstiefel
Coolfusion.com has a great tool called httpAnalyzer. -Original Message- From: Reed Powell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 11:16 AM To: [EMAIL PROTECTED] Subject: Debugging CFCONTENT/CFHEADER problems Has anyone seen any utilities that would run on the client PC

RE: Debugging CFCONTENT/CFHEADER problems

2000-05-12 Thread Dave Watts
> Has anyone seen any utilities that would run on the client PC and > show what the browser is actually receiving from the webserver? Am > trying to debug some problems in getting CFHEADER and CFCONTENT to > behave the way I want, and it would be pretty interesting to see > what

RE: Debugging CFCONTENT/CFHEADER problems

2000-05-12 Thread Chris Evans
eware.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 4:31 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Debugging CFCONTENT/CFHEADER problems > Has anyone seen any utilities that would run on the client PC and > show what

Calling CFCONTENT generates 2 hits?

2001-09-05 Thread stas
Hello, I'm capturing page hits into a database and anytime a page is called that has CFCONTENT in it I get two entries in my database. Is this a known behavior. The CFCONTENT page in question serves up a PDF file. Thanks! ~~ Structure

CFContent problem - need urgent help

2001-09-19 Thread Shawn Grover
We have a site that uses the CFContent tag for downloading files to the user. We ran into problems with it today where it is giving us blank/empty files. If we check the physical file, everything is fine. Funny thing is that this is not happening for ALL files, just most. Some files are

RE: Help needed with cfcontent

2001-09-29 Thread Dave Watts
> Can anyone point me to documentation or articles that discuss > these HTTP headers like content-disposition and what effect > they have on the various browsers? and what other header values > there are. Look for HTTP information here: http://www.w3.org/Protocols/ In addition, there's a usef

RE: Hiding files - cfhttp & cfcontent

2001-10-24 Thread Dave Watts
custom tag spews out an XML parsing error, presumabely because > it isn't loading any/required WDDX packet. The problem may be that you've got some HTML tags between your CFHEADER and CFCONTENT tags. When you're generating output with non-HTML MIME types, you have to be careful no

RE: Hiding files - cfhttp & cfcontent

2001-10-25 Thread Dave Watts
> I had some luck if I defined the file manually (i.e. by > running the browser in the file. Ha, or even the *file* > in the *browser*!): > > > > file="c:\inetpub\wwwroot\bounty\affiliates\feeds\W#URL.ca#" > deletefile="no"> > > This is just on my local machine, but it's not ideal. This

RE: Hiding files - cfhttp & cfcontent

2001-10-26 Thread Dave Watts
directly? The answer depends on what you want, exactly. If you don't need to secure access to the files, you don't need to write a wrapper to fetch them. If you do need to secure access, then you may want this wrapper. In any case, you don't need to bother with the "download

Using CFCONTENT with Office XP

2001-10-30 Thread A . Little
Hi All, Has anyone else come across the following problem... I'm using cfcontent to display a powerpoint presentation in the browser. This method has worked fine so far, but we recently tried it on a W2K machine with Office XP installed and instead of displaying the presentation, a present

RE: CFCONTENT and PDF - workaround

2001-10-31 Thread Keen
I was able to come up with a work around that I thought I would pass along. In my original code my first page was a doclist.cfm which displays the results of a cfquery and the user click a submit button to retrieve the pdf they want to view - calling diplaypdf.cfm (which contains the cfcontent

RE: CFCONTENT & CFHEADER- filename problem?

2001-12-05 Thread Michael Haggerty
I have been wrestling with the same issue for a while. There are two ways to change the name of the file I have found that are reliable: 1) The CFHEADER / CFCONTENT combo you may have already tried: #column_headers# #col# On Netscape, this works without

CFCONTENT problem with Netscape 6.0

2001-12-05 Thread Bruce, Rodney (Contractor)
Hello all I hope someone might have run into this and know a way around it. This code works in I.E. 4.x+, and Netscape 4.5 But in Netscape 6.0 , the form and request scope vars are being dropped. the form.vars and request.vars are fine before the but are lost after and this is onl

RE: CFContent (and other options)

2001-12-11 Thread Janine Jakim
o use -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 4:09 PM To: CF-Talk Subject: RE: CFContent I've run into the same problem and oddly enough, it was with a 98 machine. My solution, and I don't know if this is the right a

RE: CFContent (and other options)

2001-12-11 Thread Mark Stewart
re as cfcontent, but it works for the little app we're doing. I've found the same thing - cfcontent works on most pc's, but there are those few that just keep having problems. We had a problem (and this was pretty consistent) where after you viewed 5 or 6 pdf's with cfcontent, your br

RE: CFContent (and other options)

2001-12-11 Thread Justin Greene
:36 PM To: CF-Talk Subject: RE: CFContent (and other options) What do you use instead? I've been doing some testing with the different tags and this is what I came up with: meta tag is very difficult to backup from. The users look/print the pdf then have to double click the back button.

RE: CFContent (and other options)

2001-12-13 Thread cf refactoring
peed. Our throughput, > including a single database call, went from about 23 > connections/sec in CF > to 160 connections/sec with the module. > > Justin > > -Original Message- > From: Janine Jakim [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 11, 2001 4:

RE: CFContent (and other options)

2001-12-13 Thread Justin Greene
handle things faster than Cold Fusion. Justin -Original Message- From: cf refactoring [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 8:22 AM To: CF-Talk Subject: RE: CFContent (and other options) Hi Justin, This sounds really interesting. Can you point me to a reference

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

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

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: 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.

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

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

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

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 ~

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

RE: Downloading Files via CFContent

2001-08-07 Thread Craig Dudley
The cfcontent tag is fine. If that tag is in a file called dload.cfm, link to it like this.. dload.cfm/#filename#?file=#filename# It's a hack, but it works. -Original Message- From: Curtis C. Layton [mailto:[EMAIL PROTECTED]] Sent: 06 August 2001 18:21 To: CF-Talk Subject: Downlo

Re: Downloading Files via CFContent

2001-08-07 Thread [EMAIL PROTECTED]
Try this: http://cfapostle.com/tests/cfcontent/ View Local People /// Download.cfm // Beer is Good #ID First Last SSN 1 Mocha Dog ?? 2 Bill Gates

Displaying an image with CFcontent

2001-09-04 Thread Carlisle, Eric
en display and delete it (using cffile then cfcontent for the last 2 steps). I'd like to cut those steps out, though. All those disk writes effect the performance of this application. Is there any way I can go from the database to CFContent? Than

deleting and forwarding after cfcontent.

2001-12-21 Thread Larry Engleman
> Hi all, > Here's my setup. I have a bunch of files that we have hidden in a > non-public FTP > folder becuase we don't want just anyone having access. I'm currently > using > CFCONTENT with an explicit path to the file on my drive. This works fine. > I w

RE: CFContent Delete File Error

2002-01-21 Thread Steve Oliver
[mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 4:48 PM To: CF-Talk Subject: CFContent Delete File Error I am using and to get the user to download a dynamically created file from the server and that is working great, but when I set the deletefile attribute to "yes" so tha

Re: CFContent Delete File Error

2002-01-21 Thread Bernd VanSkiver
That solved it, thanx Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: "Steve Oliver" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 4:06 PM Subject: RE: CFContent Delete File Error

RE: CFContent and mapped drives?

2002-01-25 Thread Robert Everland
, 2002 2:09 PM To: CF-Talk Subject: CFContent and mapped drives? Hi, Because CFContent is billed as having the ability to serve up files located in non-web-accessible folders, I took that to mean that I could map to another server from my web server and serve files located there. When I accidently

Re: CFContent and mapped drives?

2002-01-25 Thread DDB Lists
Even though you can get the cold fusion server to access files on a shared drive, by running cold fusion in an administrator account or some other user, this does not help for cfcontent because cfcontent runs in the context of the stub, in other words, it runs as the iis user and it is a lot more

RE: CFContent and mapped drives?

2002-01-25 Thread Herbener, Martin - School Information Technology
essage- > From: DDB Lists [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 25, 2002 2:27 PM > To: CF-Talk > Subject: Re: CFContent and mapped drives? > > > Even though you can get the cold fusion server to access > files on a shared > drive, by running cold f

RE: Deliver flash via CFCONTENT

2002-01-31 Thread John Cummings
ent: Thursday, January 31, 2002 10:12 AM To: CF-Talk Subject: Deliver flash via CFCONTENT Is it possible to delvier a .swf file via CFCONTENT to protect the location of the file? I've had no luck thus far. Dave === David R Hannum Ohio University Web Analyst/Prog

RE: Deliver flash via CFCONTENT

2002-02-01 Thread Dave Hannum
sage- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:12 AM To: CF-Talk Subject: Deliver flash via CFCONTENT Is it possible to delvier a .swf file via CFCONTENT to protect the location of the file? I've had no luck thus far. Dave _

Cfcontent for downloads and redirection

2002-02-12 Thread Martin P. Cadirola
Hi there, I'm using the following code to generate an automatic download: Question is, how do you generate a redirection after issuing the above code, so that you display a "thank you" page? A cflocation after cfcontent doesn't do it... Any ideas? Thanks for your feedba

RE: Cfcontent - returned file name

2002-02-26 Thread Dave Watts
> How do you prevent the name of a file from being > changed by cfcontent in the 'save / open' dialog > box that Windows pop's up when retrieving an excel > file? To be specific, the page requested is called > index.cfm, which calls some included file using >

CFFILE, CFCONTENT & Excel - Formatting Numbers

2002-03-04 Thread David Schmidt
Hi all, I am trying to tell excel that a number is text. I want the zip code to always be formatted with a minimum of 5 digits. I can get cf to tell excel that the number is 01838, but excel always seems to interpret this as 1838. Any ideas on how to fake excel into thinking that it is a string

Rendering MHTML extension using CFCONTENT

2004-07-07 Thread G
Having a strange problem. I'm using the following code to try to render in the browser a file of type .mhtml (web archive):    What happens is that the browser tacks on an "mhtml:" to the beginning of my URL, and i get a page cannot be displayed error in the browser, such as: "mhtml:http://virt

cfcontent - what am I missing?

2004-07-08 Thread Carol Chandler
I have searched the archives here, books, and forums at MM.  My client says that the download I gave her works for maybe half of her customers. Others are getting .cfm files, or possibly something else that they can't use.  That is just not acceptable, you know?  Here's the relevant code: Am

RE: CFContent Workaround for 4.5?

2004-07-09 Thread Dave Watts
> I am looking around for a CF 4.5 workaround for CFCONTENT. I > do not have the enterrpise version for sandboxes and I have > seen the 5.0 workaround on the net but I do not believe it > will work for 4.5 but I have not tried it. I'm not sure what you mean by a workaround

cfcontent and ssl/https issue

2004-07-26 Thread Evan Lavidor
I have a form that resides on an SSL site.  It submits to another SSL page and after inserting the data into our SQL Server db (via cfstoredproc), it does a cfcontent to display a pdf, using the following: In Mozilla, this works great.  In IE, the user just gets a blank white screen, rather

Plain Text Output using CFContent

2004-08-03 Thread Mark Leder
Hi all, I want to use Cfcontent to force a download of query results in a plain text format.  The following code works in my IE 6 Win browser (opens notepad with the data), but on another machine also using IE 6 Win, notepad opens, but no data. What am I doing wrong? Date

RE: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
etails. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:52 PM To: CF-Talk Subject: CFContent and PDF problems We&#

Re: CFContent and PDF problems

2003-10-08 Thread Dave Carabetta
>We're using a CFContent to push files to a client page (after they've >clicked on an appropriate link of course).  Things are working for image >files, but we are getting odd behaviour when we try to view PDF documents. > >Here's the code in question

RE: CFContent and PDF problems

2003-10-08 Thread Shawn Grover
or the reply, but I'm still looking for a solution (digging on my side, as well as hoping someone on the list might be able to help out). Shawn -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 1:12 PM To: CF-Talk Subject: RE:

Re: CFContent and PDF problems

2003-10-08 Thread Richard Meredith-Hardy
Not sure what's wrong with a regular hyperlink to the PDF file if you want to "push files to a client page"? DELETEFILE="no"> ...works for us with PDF's and brings up the "save as" box. Shawn Grover wrote: > > We're using a CFContent t

RE: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 3:52 PM To: CF-Talk Subject: RE: CFContent and PDF problems Thanks for the reply.  I've added "inline;" and "attachement;" to the value of the CFHeader tag - neither one made a difference in the behaviour. I read throug

cfcontent & rtf problem on cfmx

2003-10-20 Thread Kay Smoljak
Hi all, I've just migrated a site from CF5 to CFMX. All is working great, except for one little thing (as always...). There's a script that pulls formatted text from the database and delivers it to the user as an rtf document using cfcontent. The text is pasted from Word into htmlar

Re: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
page after > this.. how could I do > this? I'm on CF5 and I tried a cflocation after those 2 > tags but it didn't > work. Hi Pat, That's a pickle... afaik cfheader wouldn't normally prevent you from using cflocation, however, I believe cfcontent flushes the con

RE: redirect after cfheader/cfcontent

2004-08-30 Thread Matt Liotta
You can't use cflocation or cfheader after cfcontent, but you can use cfheader before cfcontent. Thus, you can issue a redirect with cfheader and still use cfcontent. -Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of S.Isaac

RE: redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Thanks guys... Isaac your solution works just fine with the location... Pat   _   From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: August 30, 2004 22:23 To: CF-Talk Subject: Re: redirect after cfheader/cfcontent > I have a code on a page that pop up a save/open for > downl

RE: redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Oups, I respond too fast.. I just tested it with the pop-up blocker on and it blocks the target="_blank" which is no good.. Matt, how do I redirect in the cfheader? I use the cfheader before the cfcontent.. Thanks Pat   _   From: Matt Liotta [mailto:[EMAIL PROTECTED] Se

RE: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
> Thanks guys... > Isaac your solution works just fine with the location... > Pat Ahh cool, good to know I could help. :) s. isaac dealey 954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.sys-con.com/story/?s

RE: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
my forte) won't also terminate the request, so the request would then continue on to deliver the file in theory. Though I don't personally know if the cfcontent tag will also change the status header that's required for the relocation or if there might be other complications owing to

RE: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
> Oups, I respond too fast.. I just tested it with the > pop-up blocker on and > it blocks the target="_blank" which is no good.. > Matt, how do I redirect in the cfheader? I use the > cfheader before the > cfcontent.. > Thanks > Pat Sounds to me like a bad

Re: redirect after cfheader/cfcontent

2004-08-31 Thread Jochem van Dieten
CFDEV wrote: >   > I have a code on a page that pop up a save/open for downloading a page : >   > > name="Content-Disposition" > value="attachment;filename=#getfilefrompath(cas.fichier)#"> >   > > file="#nom_fichier2#" > type="application/pdf" > deletefile="No" /> >   > And I want to redirec

RE: redirect after cfheader/cfcontent

2004-08-31 Thread Micha Schopman
And the reason is both tags rewrite the header. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Se

RE: redirect after cfheader/cfcontent

2004-08-31 Thread Dave Watts
> And the reason is both tags rewrite the header. Well, not exactly. You can use multiple tags that rewrite the header in the same page, as long as those tags don't tell the browser to do two things at once that can't be done in one request. For example, you can use CFCOOKIE and CFLOCATION in CFMX

RE: redirect after cfheader/cfcontent

2004-08-31 Thread Dave Watts
t; but that's not really my forte) won't also terminate > the request, so the request would then continue on to deliver > the file in theory. Though I don't personally know if the > cfcontent tag will also change the status header that's > required for the re

RE: redirect after cfheader/cfcontent

2004-08-31 Thread Tyler Silcox
Dave Watts wrote: "When you use CFCONTENT to deliver a file, it doesn't set a Location header. It simply delivers the content specified by the tag." I've been meaning to ask for awhile, but how much overhead does CFCONTENT create if you are serving a 1MB file? Howabout a 10

RE: redirect after cfheader/cfcontent

2004-08-31 Thread Dave Watts
> I've been meaning to ask for awhile, but how much overhead > does CFCONTENT create if you are serving a 1MB file? Howabout > a 10MB file? Does the CF server actually handle the file, or > does it just provide a pointer to the local file? I believe that the request is handle

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Douglas Knudsen
If CF has no rights to delete the file, then it can't.  I've also seen IIS put a stranglehold on file using this approach too. Doug - Original Message - From: Claude Schneegans <[EMAIL PROTECTED]> Date: Tue, 07 Sep 2004 13:50:55 -0400 Subject: Any restriction in CFCONT

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Claude Schneegans
>>If CF has no rights to delete the file, then it can't.  I've also seen IIS put a stranglehold on file using this approach too. Hmmm so I better use another directory ;-/ But how come CF returns this directory in getTempDirectory() id it has no rights on it? -- _

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Claude Schneegans
It is even weirder considering the file was in fact created by CF itself using a call to GetTempFile ()... ;-/ -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTE

RE: Any restriction in CFCONTENT?

2004-09-07 Thread Dave Watts
> It is even weirder considering the file was in fact created by CF > itself using a call to GetTempFile ()... ;-/ I vaguely recall that the CFCONTENT tag runs within the security context of the web server, not the CF server itself. I don't know if this is still true with CFMX, b

Re: Any restriction in CFCONTENT?

2004-09-07 Thread Claude Schneegans
>>if you try to delete a file so soon after creating it, you might have a problem there too, as it may well still be locked. I understand, but isn't CFCONTENT supposed to take care of this if 1. the file was created by CF itself, 2. CFCONTENT provides an attribute to delete the file af

Error with CFCONTENT and DELETEFILE

2004-09-07 Thread Claude Schneegans
Hi, Still trying to have CFCONTENT do its job unde CF 5, here is the situation: 1. a temp file is created using    2. a CFX_tag is called and it writes an image on the file ok, yes, it closes the file! 3. a template is called from a 4. the template works perfectly, returns the image file using

Re: CFCONTENT & Mac IE 5.1

2004-09-09 Thread Claude Schneegans
>>Some Mac IE 5.1 users are having issues seeing images that are called from a non-web accessibnle directory using CFCONTENT. I had a similar problem a few days ago. I think the problem came from having \ istead of / in the url. Doesn't bother IE 6 on Windows, but others don't

cfheader/ cfcontent to server files

2005-02-01 Thread Tangorre, Michael
I have a link to a CF template that serces up a document for download. When the user clicks on it they are asked to save/open/cancel the file... which is fine. However the web page that opens up beneath the dialogue box is blank ("Action Cancelled"). I assum this happens since cfheader affects the

Re: cfcontent and Norton firewall?

2004-12-09 Thread Howie Hamlin
>>> Find out how iMS Stacks up to the competition: >>> http://www.coolfusion.com/imssecomparison.cfm --- On Thursday, December 09, 2004 12:38 PM, Emmet McGovern scribed: --- > > I'm using cfcontent to prevent hotlinking images and I'm suddenly > having a >

RE: cfcontent and Norton firewall?

2004-12-09 Thread Scott Mulholland
I think its your use of cgi.referer. I have seen cases of Norton Internet Security stripping that variable. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 12:38 PM To: CF-Talk Subject: cfcontent and Norton firewall? I'm

RE: cfcontent and Norton firewall?

2004-12-09 Thread Emmet McGovern
Well, it appears that's the case. Another wasted day redoing something. Oh well. -Original Message- From: Scott Mulholland [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 1:18 PM To: CF-Talk Subject: RE: cfcontent and Norton firewall? I think its your use of cgi.refere

<    1   2   3   4   5   6   7   8   >