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
See all posts See thread Reply
$handle->process('../images/'. $folder .'/');
I understand danger of such loading, but in this case I develop the panel of the administator which will not harm to itself :-)
I have read your answer and have understood, that it is necessary to search for an error in my code!
The error was in double inverted commas, it is necessary to use unary inverted commas:
Thanks a lot! Good Luck