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
$folder = $_POST["folder"]; ...... $handle->process('../images/". $folder ."/'); ....
It is necessary to upload pictures into a certain folder.
The folder name comes from the filled HTML form:
and I have an error.
How I should specify the path correctly?
Thanks!