Resize or Create Thumb - Deletes Original

See all posts See thread Reply

Re: Resize or Create Thumb - Deletes Original new!
by colin, 13 years, 9 months ago
I cannot see your screen cast, but I assume you are not uploading a file; you are working on a file already on the server.

If you use clean(), it will delete your source image. Remove the following line in your code:
$handle->clean();

clean() is used for uploads to delete the uploaded file, and eventually when working on local files if you want to delete your original file.Reply