View Single Post
Old 07-31-2008, 09:07 PM   #2 (permalink)
buggabill
The Contributor
 
buggabill's Avatar
 
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
buggabill is on a distinguished road
Default

Are you storing the full type like 'image/jpeg' or something like 'jpeg'?

php Code:
// This would be appropriate for jpegs
header("Content-type: image/jpeg");

If the content type is not correct, the browser may default to text/plain.
__________________
-- Bill
"Why is it drug addicts and computer aficionados are both called users?" -Clifford Stoll
buggabill is offline  
Reply With Quote