Multiple image upload filenames

See all posts See thread Reply

Re: Multiple image upload filenames new!
by José, 14 years, 2 months ago
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
Re: Multiple image upload filenames new!
by colin, 14 years, 2 months ago
After calling process(), you can read the following variables:

- 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.Reply