I have the following code which works and uploads but it will not cycle through the array to upload every file, just the first file.
File upload using multiple input fields.
HTML
PHP
"; } else { echo "move_uploaded_file function failed for ".$name_array[$i].""; } } } ?>