In django changing the file name of uploading file.
- by Software Enthusiastic
Hi
Is it possible to change the file name of the uploading file in the django? I searched, but couldn't find any answer.
My requirement is whenever a file is uploaded its file name should be changed in the following format.
format = userid + transaction_uuid + file_extension
Thank yo very much...