Welcome Guest, Not a member yet? Register   Sign In
file upload class and helper question
#1

[eluser]harrywilson[/eluser]
how can I use the upload file helper to upload multiple files at the same time
#2

[eluser]InsiteFX[/eluser]
Each input needs a different name and id.
You could create an array for them.
Code:
<input title="upload" type="file" id="file-1" name="userfile_1" />
<input title="upload" type="file" id="file-2" name="userfile_2" />

The $_Files[] array will hold the name fields.




Theme © iAndrew 2016 - Forum software by © MyBB