In the upload2.php file, it has the followign as the tmp_file variable:
$file['name'][$i]
But it should be:
.$tmp_name['name'][$i]
This is one reason people aren't able to rename files correctly.
Log in to post a comment.