I have problem to upload multi file using ajax, in this case im using codeingiter, when I call $_POST array return null on upload function, this is my my form I'm using this snippets
Form
https://jsfiddle.net/alexjamesbrown/2nzL9f7g/
Server Test
public function test_upload() { echo "<pre>"; print_r ($_POST); echo "</pre>"; } Return
Array ( ) My question is how to fix this ? Thanks in advance
$_POSTuse$_FILESto access the file input