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
class TinyMVC_Library_Upload {}
$this->load->library('upload');
tinymvc_library_upload.php
And rename the class?
Next load the plugin:
Now it should be called as $this->upload($_FILES['file']); and $this->upload->uploaded;
But this does not work, a class. Even the error does not return. Can you recommend that be?