Load and resize image from same server

See all posts See thread Reply

Re: Load and resize image from same server new!
by colin, 15 years, 7 months ago
Yes, it is possible. Simply instanciate the class with a local image filename, and you will be able to process it as if it has been uploaded.

$handle = new upload('/home/pics/abc.png');
Reply