Re: Is it possible to create thumb from already uploaded picture ?

See all posts Reply

Re: Is it possible to create thumb from already uploaded picture ? new!
by Tapan Bhanot, 2 years, 8 months ago
Hi,

I want to create thumbnails from already uploaded pictures.
Is it possible using this upload class ? As I'm already using this class to upload and create thumb, I just don't know how to create thumb from already uploaded file ?

Thanks in Advance.Reply
Is it possible to create thumb from already uploaded picture ? new!
by Kaan , 1 year, 11 months ago
Yes mhere is the example.
https://www.verot.net/php_class_upload.htm?lang=en-GBReply
Re: Is it possible to create thumb from already uploaded picture ? new!
by colin, 1 year, 11 months ago
Yes, you can process local files:
$handle = new Upload('/home/user/myfile.jpg');
Reply
Re: Is it possible to create thumb from already uploaded picture ? new!
by alexsouzadobrasil, 1 year, 5 months ago
i have a problem, it deletes the original file.Reply
Re: Is it possible to create thumb from already uploaded picture ? new!
by colin, 1 year, 5 months ago
Do not call the clean() function.Reply