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.
Basically, once you called process(), you can read the variables file_dst_path, file_dst_name_body, file_dst_name_ext, file_dst_name, file_dst_pathname, which will hold information about the uploaded file.Reply
Basically, once you called process(), you can read the variables file_dst_path, file_dst_name_body, file_dst_name_ext, file_dst_name, file_dst_pathname, which will hold information about the uploaded file.