Posted by Jerry Stuckle on 12/03/07 00:20
Udo Pecher wrote:
> Hallo Jerry
>> You can send html or one image from a file - nothing more. HTTP protocol
>> doesn't allow it.
>>
>> You need to call the image generator page with an img statement, i.e.
>>
>> <img src="www.example.com\mythumbnail.php?photoid=15">
>>
>
>
> E.g. I applied
>
> $exif_picture = exif_thumbnail(www.bahncompany.de/path/datei.jpg, $width,
> $height, $typ);
>
> echo "<img src=" . $exif_picture . " border=0 WIDTH=150 >";
>
> More precisely questioned: is the $exif_picture only a boolean variable? How
> the small EXIF-image is extracted from a jpg-file?
>
> Udo Pecher
>
>
>
Read my comments again.
You are trying to download both html and an image in the same file.
HTTP does not allow this.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|