Page 1 of 1

php message board serves up hex for images

Posted: Wed May 31, 2006 9:28 am
by kjcornwell
My message board serves up a lot of hex or something instead of the image itself...

Code: Select all

YCËVERÖÛMíg³óñò=+êÿ
Any ideas?

Thanks,
Kevin C

Posted: Wed May 31, 2006 9:38 am
by feyd
that's not hex, fyi.

It's hard to say, but I'll guess that you're trying to send images in the same stream as the page code which doesn't work. Images are sent in a separate stream from the page's code.