Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Rajj

macrumors 6502a
Original poster
May 29, 2002
692
0
32° 44' N 117° 10' W
This don't happen all the time...but when I try to download some things of of version tracker I get this (see image below) what is this suff and how can I get around it?:confused: :mad: :confused:
 

Attachments

  • 2.jpg
    2.jpg
    51.1 KB · Views: 234
Sorry to dbl post, but...

At the download screen it starts your download automatically, but there is also a link to start the download, that's what you right click:
 

Attachments

  • picture-1.jpg
    picture-1.jpg
    34.2 KB · Views: 184
In answer to the "what is this stuff" part of your question, it is the program you are trying to download. The problem is that your web browser is displaying the content instead of saving it to a disk file. The content of a program is a binary file, and trying to interpret it as text produces all the funny characters.

I think the problem occurs because versiontracker (or, in general any web server) is returning the wrong Content-Type (also called MIME type) in the HTTP header. The web server is saying "here comes your file, which is of type text/plain", when it should have said "here comes your file, which is of type application/octet-stream" (or some other non-displayable data format).
 
Originally posted by edesignuk

Just a very quick photoshop, hense the crappy arrow :p

You do know the line tool in Photoshop has an arrowhead option, right? ;)

P.S. This has never happened to me with versiontracker. Then again, I've always used IE, so maybe that's got something to do with it...
 
Originally posted by Doctor Q
In answer to the "what is this stuff" part of your question, it is the program you are trying to download. The problem is that your web browser is displaying the content instead of saving it to a disk file. The content of a program is a binary file, and trying to interpret it as text produces all the funny characters.

I think the problem occurs because versiontracker (or, in general any web server) is returning the wrong Content-Type (also called MIME type) in the HTTP header. The web server is saying "here comes your file, which is of type text/plain", when it should have said "here comes your file, which is of type application/octet-stream" (or some other non-displayable data format).

Yeah, it is probably that and not version tracker being on crack :D:D:D.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.