Hy,
this scenario:
I upload JPEGs via HTTP into a MySQL-DB, and get them again with the old an odd
<IMG SRC='get_my_pic_from_db.php?id=1'>
thingy.
Works as expected with jpegs and gifs on UNIX-Systems, BUT uploading them onto a Windows-System results in a mess. With the get_my_pic_from_db.php script, the pictures are displayed wrongly, no matter of the data type I provide in the skript, whereas when I upload BMPs, everything works fine EVEN on UNIXes!
I don't get the problem at all!
Can anybody help me to get the stuff working with JPGs on both systems?
Thanks a lot
Tom