Re: CFHeader/CFContent woes.

2004-02-05 Thread Dan O'Keefe
Mary Jo Sminkey wrote: > > > > > >file="c:\inetpub\wwwroot\app\fax_tenant.doc" deletefile="No"> > > > >The problem is that no matter what I do to the cfheader line, I NEVER see > >"fax_tenant.doc" as the requested filename.  I see the name of the > .cfm file > >(which is word_test.cfm in this cas

RE: CFHeader/CFContent woes.

2004-01-12 Thread A.Little
| From: Shawn Grover [mailto:[EMAIL PROTECTED] > | Sent: Saturday, January 10, 2004 23:07 > | To: CF-Talk > | Subject: CFHeader/CFContent woes. > | > | I know this is a relatively common question on the list, but the > | common answers/solutions just aren't working for me. &

RE: CFHeader/CFContent woes.

2004-01-12 Thread Hugo Ahlenius
 +46 733 467111    WWW:   http://www.grida.no - | -Original Message- | From: Shawn Grover [mailto:[EMAIL PROTECTED] | Sent: Saturday, January 10, 2004 23:07 | To: CF-Talk | Subject: CFHeader/CFContent woes. | | I know this

RE: CFHeader/CFContent woes.

2004-01-10 Thread Shawn Grover
No luck on that. I've worked around the problem for now by opening a new window and directing it at the UNC path to the file in question.  The application is intended for an Intranet, so this should be a resonable solution. Thanks anyways. Shawn -Original Message- From: Kay Smoljak

Re: CFHeader/CFContent woes.

2004-01-10 Thread Jochem van Dieten
Shawn Grover wrote: > sorry, the page is on an internal development server. Then just telnet to the webserver and see if the proper headers are returned. > I just noted though the problem doesn't occur in Netscape 7.1, but does in > IE 6.0.  I've also found refernce to a windows bug, but not the

RE: CFHeader/CFContent woes.

2004-01-10 Thread Shawn Grover
al Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Saturday, January 10, 2004 3:10 PM To: CF-Talk Subject: RE: CFHeader/CFContent woes. I always use application/unknown. Here is the code that I use. value="attachment;filename=#qry_getDocument.documentLink#"> file=&quo

RE: CFHeader/CFContent woes.

2004-01-10 Thread Bryan F. Hogan
oken="no"> The try/catch is there because if someone hits cancel, you will recieve a socket connection has been reset error. -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Saturday, January 10, 2004 5:07 PM To: CF-Talk Subject: CFHeader/CFContent w

RE: CFHeader/CFContent woes.

2004-01-10 Thread Shawn Grover
tion), but don't know what else I can do to resolve this.  Any suggestions? Shawn -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Saturday, January 10, 2004 3:09 PM To: CF-Talk Subject: Re: CFHeader/CFContent woes. Shawn Grover wrote: > > > &g

Re: CFHeader/CFContent woes.

2004-01-10 Thread Jochem van Dieten
Shawn Grover wrote: > > > > file="c:\inetpub\wwwroot\app\fax_tenant.doc" deletefile="No"> > > The problem is that no matter what I do to the cfheader line, I NEVER see > "fax_tenant.doc" as the requested filename.  I see the name of the .cfm file > (which is word_test.cfm in this case).  I woul

CFHeader/CFContent woes.

2004-01-10 Thread Shawn Grover
I know this is a relatively common question on the list, but the common answers/solutions just aren't working for me. I've built a testing page to isolate my problem with the following code: file="c:\inetpub\wwwroot\app\fax_tenant.doc" deletefile="No"> The problem is that no matter what I do t