.PNG's insist on downloading in Firefox #2 - Traders Laboratory

Go Back   Traders Laboratory > Traders Lounge > Support Center

Frequent Questions

Support Center Have any questions regarding the site? Submit a support ticket here. Check this section for announcements also.

Closed Thread
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 12-02-2007, 07:57 AM
Sparrow's Avatar
Sparrow has no status.

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 314
Thanks: 89
Thanked 17 Times in 14 Posts
.PNG's insist on downloading in Firefox #2

Hiya all,

First off I really love this forum, thanks to SoulTrader and all the other contributors.

Since the previous thread has been closed I couldn't post there. As far as I know IE guesses/computes which kind of attachement it is dealing with if the mime type is not set. FF doesn't do that.

To fix this the mime type needs to be set by the server, otherwise only client side workarounds can be used.

Here's a demonstration what the header reply looks like for 2 different attachements:

JPG

Quote:
Date: Sun, 02 Dec 2007 12:48:52 GMT
Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
X-Powered-By: PHP/4.4.7
Cache-Control: max-age=31536000, private
Vary: User-Agent
Expires: Mon, 01 Dec 2008 12:48:52 GMT
Last-Modified: Wed, 28 Nov 2007 00:41:16 GMT
ETag: "4246"
Accept-Ranges: bytes
Content-disposition: inline; filename="1.jpg"
Content-transfer-encoding: binary
Content-Length: 138778
Content-Type: image/jpeg
PNG

Quote:
Date: Sun, 02 Dec 2007 12:48:10 GMT
Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
X-Powered-By: PHP/4.4.7
Cache-Control: max-age=31536000, private
Vary: User-Agent
Expires: Mon, 01 Dec 2008 12:48:10 GMT
Last-Modified: Mon, 22 Oct 2007 16:56:06 GMT
ETag: "3529"
Accept-Ranges: bytes
Content-disposition: inline; filename="5%20min%20price %20pane.png"
Content-transfer-encoding: binary
Content-Length: 26455
Content-Type: unknown/unknown
Unfortunately I don't know anything about VB so I can't say if this can be fixed and how much work it would be.

Cheers

  #2 (permalink)  
Old 12-02-2007, 09:23 AM
Sparrow's Avatar
Sparrow has no status.

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 314
Thanks: 89
Thanked 17 Times in 14 Posts
Re: .PNG's insist on downloading in Firefox #2

Setting the mime type to image/png should resolve it.
Here's a link to the docs, I hope I found the right one.

Cheers

  #3 (permalink)  
Old 12-02-2007, 09:40 AM
Soultrader's Avatar
Soultrader is looking for a new book to read

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,059
Thanks: 120
Thanked 368 Times in 158 Posts
Send a message via Skype™ to Soultrader
Re: .PNG's insist on downloading in Firefox #2

Sparrow,

What sort of fix do I need to implement? Is the sizing the problem with png formats?

__________________
James Lee
TradersLaboratory.com
-----------------------------
Empowering traders with knowledge.

Please support TL by visiting our sponsors. Thanks!
  #4 (permalink)  
Old 12-02-2007, 09:51 AM
Sparrow's Avatar
Sparrow has no status.

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 314
Thanks: 89
Thanked 17 Times in 14 Posts
Re: .PNG's insist on downloading in Firefox #2

Soultrader,

Everything is fine with the files itself, the only problem is that clicking on the download link open's the save dialog.
This could be avoided if the mime type was set, changing the other settings is not necessary.

Cheers

  #5 (permalink)  
Old 12-02-2007, 09:55 AM
Soultrader's Avatar
Soultrader is looking for a new book to read

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,059
Thanks: 120
Thanked 368 Times in 158 Posts
Send a message via Skype™ to Soultrader
Re: .PNG's insist on downloading in Firefox #2

Sparrow,

Can you try to see if anything has changed? I added a line of coding to the mime type.

__________________
James Lee
TradersLaboratory.com
-----------------------------
Empowering traders with knowledge.

Please support TL by visiting our sponsors. Thanks!
  #6 (permalink)  
Old 12-02-2007, 09:59 AM
Sparrow's Avatar
Sparrow has no status.

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 314
Thanks: 89
Thanked 17 Times in 14 Posts
Re: .PNG's insist on downloading in Firefox #2

James,

Unfortunately, I still get the same reply in the header, thanks for your effort though.

Quote:
HTTP/1.1 200 OK
Date: Sun, 02 Dec 2007 14:58:36 GMT
Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
X-Powered-By: PHP/4.4.7
Cache-Control: max-age=31536000, private
Vary: User-Agent
Expires: Mon, 01 Dec 2008 14:58:36 GMT
Last-Modified: Mon, 22 Oct 2007 16:56:06 GMT
ETag: "3529"
Accept-Ranges: bytes
Content-disposition: inline; filename="5%20min%20price %20pane.png"
Content-transfer-encoding: binary
Content-Length: 26455
Content-Type: unknown/unknown

  #7 (permalink)  
Old 12-02-2007, 10:01 AM
Soultrader's Avatar
Soultrader is looking for a new book to read

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,059
Thanks: 120
Thanked 368 Times in 158 Posts
Send a message via Skype™ to Soultrader
Re: .PNG's insist on downloading in Firefox #2

I made a small change to it. I think this should do the trick.

__________________
James Lee
TradersLaboratory.com
-----------------------------
Empowering traders with knowledge.

Please support TL by visiting our sponsors. Thanks!
  #8 (permalink)  
Old 12-02-2007, 10:02 AM
Sparrow's Avatar
Sparrow has no status.

Trader Specs
 
Join Date: May 2007
Location: Vienna/Austria
Posts: 314
Thanks: 89
Thanked 17 Times in 14 Posts
Re: .PNG's insist on downloading in Firefox #2

Perfect, it's working, thank you James

Closed Thread


LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f17/pngs-insist-on-downloading-in-firefox-2934.html
Posted By For Type Date
Traders Laboratory - forumdisplay This thread Refback 12-02-2007 09:20 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
.PNG's insist on downloading in Firefox BlowFish Support Center 8 08-01-2007 03:58 AM


All times are GMT -4. The time now is 03:47 PM.

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70