I\'m using the Blueimp jQuery file upload tool. I\'d like to completely rename the files as they\'re uploaded. Since photos are being added to a unique directory based on the us
edit the $name variable in UploadHandler class to get the unique file name. See the code
$name
UploadHandler
protected function get_file_name($file_path, $name, $size, $type, $error,$index,$content_range)