Posted by R. Rajesh Jeba Anbiah on 10/02/05 18:47
Philip Ronan wrote:
> "PaowZ" wrote:
<snip>
> (a) This is valid HTML:
>
> <IMG src="resize-image.php?srcfile=x.jpg&w=80&h=40" alt="resized image"
> width="80" height="40">
>
> (b) This is invalid crap:
>
> <IMG src="Content-Type: image/jpeg\x0D\x0A\x0D\x0A\xFF\xD8\xFF\xE0\x10JFIF
> \x00\x01 ... etc. (raw JPEG data)
<snip>
FWIW, data URL scheme may be used with IMG tag
<http://www.ietf.org/rfc/rfc2397> like:
<IMG src="data:image/gif;base64,fooo......." /> But, IE doesn't support
this.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|