CFContent and IE open/save

2011-03-16 Thread Brent Nicholas
I'm wondering if anyone else has seen this issue. Use the following code to get files from the server for end users GetFile.cfm cfsilent cfset mimeType = getPageContext().getServletContext().getMimeType(folder filename) cfheader name=Content-Disposition value=Attachment;

CFCONTENT Mac IE 5.1

2004-09-09 Thread Bryan Stevenson
Hey All, Some Mac IE 5.1 users are having issues seeing images that are called from a non-web accessibnle directory using CFCONTENT. Code like so: image tag: img src=""> # contents of show_image.cfm: cfcontent type=image file=#FullNonWebAccessibleFilePath# Has anybody else seen this

SOLVED: Re: CFCONTENT Mac IE 5.1

2004-09-09 Thread Bryan Stevenson
cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Bryan Stevenson To: CF-Talk Sent: Thursday, September 09, 2004 9:04 AM Subject: CFCONTENT Mac IE 5.1 Hey All, Some Mac IE 5.1 users are having issues seeing images that are called

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 like. If you're using

CFMX: cfcontent/deletefile/IE - bug?

2002-10-07 Thread Marcello Frutig
Hello, I've seen today the following problem using CFMX (internal web server; updater installed; Win2k)... When accessing a page containing cfcontent type=application/pdf deletefile=yes file=c:\test.pdf the pdf file does not appear on the browser (IE6) and this message is written to

RE: CFMX: cfcontent/deletefile/IE - bug?

2002-10-07 Thread Stacy Young
- From: Marcello Frutig [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 4:17 PM To: CF-Talk Subject: CFMX: cfcontent/deletefile/IE - bug? Hello, I've seen today the following problem using CFMX (internal web server; updater installed; Win2k)... When accessing a page containing

RE: CFMX: cfcontent/deletefile/IE - bug?

2002-10-07 Thread Benjamin S. Rogers
-Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 5:17 PM To: CF-Talk Subject: RE: CFMX: cfcontent/deletefile/IE - bug? I ran into a similar problem...I was sending an email with CFMAIL with a file as an attachment...then deleting the file afterwards

CFCONTENT and IE

2002-02-12 Thread Wallick, Mike
Hey everyone. I have a quick question... I was looking at the mime examples from http://www.figleaf.com/demo/mimetest on how to force a download dialog for a file using cfheader and cfcontent and it works great in Netscape. However, in IE (5 or 6) it sometimes works and sometimes it crashes the

RE: CFCONTENT and IE

2002-02-12 Thread Steve Oliver
- From: Wallick, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:42 PM To: CF-Talk Subject: CFCONTENT and IE Hey everyone. I have a quick question... I was looking at the mime examples from http://www.figleaf.com/demo/mimetest on how to force a download dialog for a file

RE: CFCONTENT and IE

2002-02-12 Thread Wallick, Mike
No idea as to why? -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:09 PM To: CF-Talk Subject: RE: CFCONTENT and IE I had problems with IE that way, but it was trying to stream mp3 files using cfcontent. Sometimes it worked

CFHEADER/CFCONTENT with IE vs Netscape

2001-10-04 Thread Tim Dempsey
Folks, I have the following two CF tags: cfheader name=content-disposition value=attachment; filename=#varFile# cfcontent type=application/pdf file=#varPath# deletefile=No When using IE (5.5), these two cause it to pop up the file download dialog box where I can choose to open

CFContent and IE 5

2000-06-27 Thread Michael P.
Hello All, I am having a problem with cfcontent in IE 5. Hope someone can help??? The following code works just fine in Netscape 4.x and almost works in IE 5. In IE 5, the file is downloaded but the cursor remains as an hourglass and the icon in the upper-right hand corner keeps spinning

Re: CFContent and IE 5

2000-06-27 Thread Daniel-Laurence Cedilotte
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 27, 2000 10:54 AM Subject: CFContent and IE 5 Hello All, I am having a problem with cfcontent in IE 5. Hope someone can help??? The following code works just fine in Netscape 4.x and almost works in IE 5. In IE 5, the file is downloaded but