PHP: parse $_FILES[] data in multidimesional array
- by superUntitled
Example form here: http://jsfiddle.net/superuntitled/uaTtx/1/
I have a form that allows for dynamic duplication of the form fields. The form allows for file uploads and text input, so the data is sent in both $_POST and $_FILES arrays.
The the initial set of inputs look like this:
<input type="text" name="question[1][text]" />
<input …