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
function autoload($class) { str_replace('\\', '/', $class) . '.class.php'; } spl_autoload_register('autoload');
I'm using an autoload class to automaticly use the good class. it looks like :
And when i use it the class upload didn't work, did you have any ideas or hint to solve it ?