“Blueimp jQuery File Upload” rename files

后端 未结 7 2029
挽巷
挽巷 2021-02-19 15:22

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

7条回答
  •  一生所求
    2021-02-19 15:54

    edit the $name variable in UploadHandler class to get the unique file name. See the code

    protected function get_file_name($file_path, $name, $size, $type, $error,$index,$content_range)
    

提交回复
热议问题