Hi I was wondering what the best way to send 6 'file' inputs to a php page would be... and how to process them, i used this website to understand uploading one file
Also, i want to name each of the 6 images with a time stamp for example below...
00000000
00000001
00000002
00000003
00000004
00000005
Basically i just want to +1 to the time stamp, as well i will be uploading the 6 files at once.. so likely the time-stamps will be the same...
This file input will be implemented into a database.. i am planning on storing the image file name in the database then linking to that file in the uploads folder :)
Could anyone link me to a great tutorial on multiple file uploads, or give me some sample code :D
Thanks in advanced!