Posted by Michael Fesser on 12/12/06 15:07
..oO(The Eclectic Electric)
>> Second, is there any special reason you're using the <object> tag for
>> this, btw? AFAICT, the <img> tag is sufficient for this usage.
>
>My site allows users to upload their own pictures. They are stored in a
>protected directory. The test.php page retrieves the relevant image by
>using HTTP headers.
<img src="test.php" alt="...">
Micha
[Back to original message]
|