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.
Hi, I use the class 0.17 version and realized today that 0.21 is out. I appreciate the new features as 0.17 had many lacking features. I hope to use the new version more effectively.
As far as the docs is concerned, I guess you may want to replaced the old $MyObject with $Handle.Reply
I know we can use any name we want. I ment just for documentary reasons. This may confuse newbies who are not familiar with classes. When they download the latest version, they will see $Handle and when they read the docs here, they will see $MyObject and they may get confused.Reply
As far as the docs is concerned, I guess you may want to replaced the old $MyObject with $Handle.
Do you mean because in the sample file I use $handle as the object name? You can use whichever name you want.
I perfer $handle anyway... I will update the docs at some point.
Thanks for the feedback!