Menu

#6 Wrong variable in upload2.php

open
nobody
None
5
2004-08-24
2004-08-24
Anonymous
No

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.

Discussion


Log in to post a comment.