Hello,
I am working on a new application for work and I need to upload up to 3 .pdf's so I have the form set up
[php]
<input type="file" name="menu[]" />
<input type="file" name="menu[]" />
<input type="file" name="menu[]" />
[php]
Then the issue. say I fill in the first two inputs and on the receiving page I do count($_FILES[menu]) it says 5 hmm....
Then I tried to do var_dump($_FILES[menu]) and it spits this out
Bookmarks