Page 1 of 1
how to PhpThumb ?
Posted: Thu Feb 14, 2008 9:42 pm
by uncleroxk
Does any of your use php thumb?... if yes how do you save the converted image permanently to your computer?...
Newbie here..
thanks..
Re: how to PhpThumb ?
Posted: Fri Feb 15, 2008 12:23 am
by Benjamin
I've never heard of it, however if it doesn't already save them to disk you can just find the variable that contains the finished image and use file_put_contents() function to save it to disk.
Re: how to PhpThumb ?
Posted: Fri Feb 15, 2008 12:50 am
by Christopher
phpThumb() in its basic mode does not save an image on the server. It reads a file or database record, generates a thumbnail image, and sends it to the browser. It can cache thumbnails. The cached images are saved to disk.
Re: how to PhpThumb ?
Posted: Fri Feb 15, 2008 9:05 am
by Skoalbasher
This is something interesting i'd like to see. Shoot me a link if you find something else out.