Hello everyone, I'm still new to php and html, I'm creating an upload page where I use dreamweaver to create a multi form to upload multiple Images.
The page I'm working on has 6 images. I currently have it so when the user hits submit, it uploads the image into my ftp's images folder and renames it to 1_image1.jpg.
I need to have the images in a named scheme such as 1_image1.jpg, 1_image2.jpg, 1_image3.jpg, 1_image4.jpg etc..
I was wondering if there was a way to have dreamweaver name it, (between the form tags), so when it arrives in my ftp folder, it's already named, and I wouldn't have to code php to change the name.
Thanks a lot for any help