Bunu yaparken, bir dosyaya bir GD resim kaynak kaydetmek php imagejpeg kullanıyorum:
imagejpeg($im, '../images/' . $image_id . '.jpg');
Bu çalışıyor, ama benim tarayıcıya göre, bu metin / düz olarak dosyayı okumaya çalışır:
Kaynak görüntü olarak yorumlanabilir ancak MIME tipi text / ova ile aktarılır.
Eminim bu doğru mayın tipi kullanıyor yapmak için yapacağım dosyayı kaydetmeden önce bir adım var mı?
I am using windows (XAMPP), could it be a Windows issue? EDIT: nope. I just tested in a linux server.
As far as the actual displaying, it's just plain html . My upload code is supposed to saves= the file as a plain jpeg in the server. It's just not saving it with the right mime type.
Teşekkürler