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

See all posts See thread Reply

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