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
First of all thanks for your great script.
I have little suggestion to add index.html file in all newly created folders.
Right now, i modified _mkdir function to copy the index.html to all newly created folder.
$index_file = 'index.html';
copy($index_file, $path.'/index.html');
Thanks
Nithin