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.
I basically would like to use the class_upload within OsCommerce administration. Images manipulations are not exactly easy for unexperencied shop owner. Unfortunately, class with the same name (upload) already exists in OsC.
I was expecting to "simply" change the name of the class from 'upload' to 'imagesupload' but then upload without any useful debug information. Any help would be welcome.
I expect to post (with your permission) this addition as a OsCommerce contribution under a GPL license.
I basically would like to use the class_upload within OsCommerce administration. Images manipulations are not exactly easy for unexperencied shop owner. Unfortunately, class with the same name (upload) already exists in OsC.
I was expecting to "simply" change the name of the class from 'upload' to 'imagesupload' but then upload without any useful debug information. Any help would be welcome.
I expect to post (with your permission) this addition as a OsCommerce contribution under a GPL license.
Thanks for this EXCELLENT work and spirit.