2010-03-18, 00:28:25
It changes how they are shown and the upload location :
Code:
$file_loc = $path . $count.'-'. $_FILES["file"]["name"];
[...]
move_uploaded_file($_FILES["file"]["tmp_name"], $file_loc);