07-31-2008, 09:07 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
|
Are you storing the full type like 'image/jpeg' or something like 'jpeg'?
php Code:
// This would be appropriate for jpegsheader("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
|
|
|
|