Multiple image upload filenames

See all posts See thread 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