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
$handle = new upload('/home/user/photos/', 'pt_BR');?
$files = array('/home/user/photos/'.$file); foreach ($files as $k => $l) { foreach ($l as $i => $v) { if (!array_key_exists($i, $files)) $files[$i] = array(); $files[$i][$k] = $v; } }
For simplicity, where I enter the address that contains all the pictures I want to run the class?
Example 1)
Example 2)
Other location?
Please, help me
Thanks