Avoid deletion of the source Image

See all posts Reply

Avoid deletion of the source Image new!
by Vinay Indoria, 6 years, 4 months ago
I have an image in the file system which I am using as the source for initializing the upload class, the image get moved to the destination folder I searched for an option which can help me only copy the resized/altered image rather than moving.

Can any1 point out to the option or does an option exists which can help in this respective.Reply
Re: Avoid deletion of the source Image new!
by colin, 6 years, 4 months ago
You are probably calling clean() at the end. Do not call this function in order to not delete the original file.Reply