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.
I think have not explained well ... I managed to do both upload and insert images in the database, but I could not retrieve the name of the 3 files provided by the input file.Reply
I managed to do both upload and insert images in the database, but I could not retrieve the name of the 3 files provided by the input file.
- file_dst_path: Destination file path
- file_dst_name_body: Destination file name body
- file_dst_name_ext: Destination file extension
- file_dst_name: Destination file name
- file_dst_pathname: Destination file complete path and name
Use these to store the image names and paths to your database.