Hello,
I am wanting a simple upload form for users to upload images, with 20 upload fields.
I also want to add the users postcode to the file name they upload, so then I know which image goes with which user. This should also make the file unique, so If I upload a picture called 'tree' the script will then change it to 'cb4342tree'. (A field asking the user to enter their postcode should be above the upload fields)
It would be nice to have a limit of 10mb on each image. Also, if an email could be sent to me when a user has uploaded image. saying:
The user with the postcode: blah.. has uploaded the following images:
image1.gif
image2.gif
and so on.
I have tried doing this myself, but I haven't been able to add the postcode to the images.
Hope someone can help me!
Cheers,
Lewis