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.
Your class is very good. But i think if you need to enter one more feature to save image from web url. There is features to resize image from local path, but now suppose i want to resize image which is from other url i.e http://-----.com/images/xyz.jpg
How to use this web image url in your class ?Reply
Your class is very good. But i think if you need to enter one more feature to save image from web url. There is features to resize image from local path, but now suppose i want to resize image which is from other url i.e http://-----.com/images/xyz.jpg
How to use this web image url in your class ?
See these two threads.