This is what I currently have:
$file_name = $HTTP_POST_FILES[\'uid\'][\'name\']; $user= \'FILENAME\'; $ext = pathinfo($file_name, PATHINFO_EXTENSION); $new_f
hope this helps. Also why are you using HTTP_POST_FILES instead of $_FILES? Are you working with an older version of PHP?