class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
$MyObject = new upload($remotesiteurl);
great class!
I need to upload an image not from local pc, not from local server but from a remote site (ex. http://www.remotesite.com/image.jpg)
I tried but nothing happen (no error, no upload...)
what syntax should i use?
thank you!