|
Posted by Rik on 08/23/06 10:35
Mike wrote:
> Thanks Rik, works great, although I'm not convinced its the easiest
> way
> to do it.
>
> Is there a way to store the re-sized image on the server just after
> the user uploads it? Then I can just call the image in the normal
> way.
Please don't toppost, read up on netiquette.
http://nl2.php.net/manual/en/function.imagejpeg.php
imagejpeg($image_p,'/path/to/your/dir/imagename.jpeg',100);
Don't forget to imagedestroy();
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|