Original image is deleted

See all posts Reply

Original image is deleted new!
by Elias , 13 years, 8 months ago
Hi

When I resize the local imagem, this original image is deleted, I need to copy after resize. Why this happend?Reply
Re: Original image is deleted new!
by colin, 13 years, 8 months ago
Please copy here the log produced by the class, and eventually some code. How can I answer your query without any details!?Reply
Re: Original image is deleted new!
by Elias, 13 years, 8 months ago
Sorry about that, to solve this problem I copied the image whith other name create the thumb and after rename the original image.

How can I enable the log of the class?Reply
Re: Original image is deleted new!
by colin, 13 years, 8 months ago
If your upload object is called $handle, add this at the end of your code:
echo $handle->log;
Reply