Hello all,
Ok im uploading gifs/jpg's to a dir on my server and then in another script I trying to get the image and display it but all i get is a broken image or binary code?
The file goes up good but I cant retrieve it?
thanks
Jim
In you script that prints the GIFs/JPEGs, do you pass the correct header?
e.g.
if($imagetype == "gif") { Header("Content-type: image/gif\n"); } else if(....) { Header("Content-type: image/xxx\n"); }
-sridhar