Report, edit, etc...Posted by Mini Moose 2707 on 2006-02-01 at 18:42:57
I never even touched a single remotely relating to attachments, which is what bugs me.
Report, edit, etc...Posted by Syphon on 2006-02-02 at 18:28:39
Erm... Sabotage?
Report, edit, etc...Posted by Carlsagan43 on 2006-02-02 at 23:35:26
Mime maybe?
Report, edit, etc...Posted by Valug on 2006-02-03 at 16:47:34
[sub]Something in Firefox is triggering it. Attachments work fine with IE. Im sad now. [/sub]
Report, edit, etc...Posted by Red2Blue on 2006-02-03 at 16:49:54
Maybe it was a patch in firefox that did it. Firefox updates regularly (at least mine does).
It's probably a script that's not read well by firefox that's triggering it. Same goes for css scripts. Glownames! It's also the reason why im using IE, so I can see glownames.
Report, edit, etc...Posted by Valug on 2006-02-03 at 16:57:39
[sub]And I just tested, Mozilla does not work either. Im extra sad now.[/sub]
Report, edit, etc...Posted by Red2Blue on 2006-02-03 at 19:48:25
Motzilla must have also recieved the patch. Or something like that.
Or it could just be on sen's part.
Report, edit, etc...Posted by Shmeeps on 2006-02-04 at 15:47:02
My guess would be a messed up header. It's possible it's sending it as plain text instead of ot's actual file type.
If you think about it, it can't be the server, as IE displays them correctly, and it can't be uploading, as IE sees them correctly, and both see the thumbnails correctly. It has to be a client parse error, so probably a header. Either that or FF is gay. (I'd go with that though )
In a related note, how are the thumbnails formed? Do they take the original image and just resize it dynamically, or just make a copy and resize that to show?
I might be able to help if you can show me the code, minus SQL, of course, if you wish.
Report, edit, etc...Posted by Joshgt2 on 2006-02-04 at 17:18:26
I can view attachments... I don't see what the problem is. I didn't have a problem on my old computer and I don't have a problem on my new computer.
Report, edit, etc...Posted by Mini Moose 2707 on 2006-02-04 at 18:13:54
I uninstalled FireFox and installed an old version (1.0.7). Attachments are working fine. Whatever the problem is, its on the browser's end, not SEN's.
EDIT: Correction. It still doesn't work on 1.0.7
EDIT 2: But yeah, it does work fine in IE.
Report, edit, etc...Posted by Joshgt2 on 2006-02-04 at 18:20:46
I am using some version of IE (don't feel like looking to see which one) and it has always been working fine. I would have to agree that it is the browsers end of the problom as well...
Report, edit, etc...Posted by PodFedJay on 2006-02-05 at 02:25:34
For IE,viewing screenshot is fine... downloading wise, its screwed. I can't even do "save target as" then renaming it to .scx
For Mozilla, viewing attachment has been nukezored, although for downloading. I can "save link as" then rename it to .scv, and it works! Meh this is weird.
Report, edit, etc...Posted by Red2Blue on 2006-02-05 at 03:26:50
In other words. This site is lieing to us. It said all this bogus stuff at the top:
QUOTE(FireFox)
Sometimes, anarchy and non-compliancy is part of a teenager's life... However, it should have no part in your browser's behavior. Get FireFox
I was lied to! Why?!
There is alot of non-comliancy in the air! From now on just use IE and save as all the way.
Report, edit, etc...Posted by iamacow on 2006-02-06 at 18:24:06
For all FF only users, download IETab. http://ietab.mozdev.org/ works. Just right click attachment->open in IETab.
Report, edit, etc...Posted by Doodle77(MM) on 2006-02-08 at 21:29:02
Apparently they are being sent to the browser as text/html, i sniffed it.
Report, edit, etc...Posted by RexyRex on 2006-02-09 at 00:27:17
The headers aren't being output correctly.
Report, edit, etc...Posted by Doodle77(MM) on 2006-02-11 at 19:40:21
Yes, I already said that earlier. IE doesnt show the same because it likes to ignore headers.
Report, edit, etc...Posted by PCFredZ on 2006-02-11 at 21:06:07
QUOTE(iamacow @ Feb 6 2006, 06:24 PM)
For all FF only users, download IETab. http://ietab.mozdev.org/ works. Just right click attachment->open in IETab. [right][snapback]421623[/snapback][/right]
Use this if iamacow's link didn't work for you (didn't load for me). Exact same thing, different host.
Report, edit, etc...Posted by Deathawk on 2006-02-12 at 02:15:28
So why is this happening all of a sudden?
Report, edit, etc...Posted by Azu on 2006-02-13 at 06:24:23
Something porely designed in the website.
Report, edit, etc...Posted by Mini Moose 2707 on 2006-02-13 at 11:27:17
There is nothing to do with the website. Its all Mozilla... no code was changed at all. (Side note: Your spelling is "porely" designed )
Report, edit, etc...Posted by Deathawk on 2006-02-13 at 11:27:45
Well, I wasn't exactly looking for that type of response. From what I look like, this happened spontaneously, it's just strange.
@Moose, what did Mozilla do? @Moose's side note:
Report, edit, etc...Posted by Mini Moose 2707 on 2006-02-13 at 19:38:00
It worked until the new version came out.
Report, edit, etc...Posted by Doodle77(MM) on 2006-02-14 at 18:17:03
Except you may notice that the HEADERS are messed up, its not messed up in IE only becuase it ignores some headers.
Report, edit, etc...Posted by RexyRex on 2006-02-14 at 19:09:43
So the headers have always been messed up? You could find where it loads attachments, grab the mime type (if mime.magic is enabled) and output a header based off of that. That...or...wait for Firefox to fix itself.