Basically, when user uploads the file I am writing that file into NFS. But it gives an error 'ascii' codec can't encode characters in position 28-32: ordinal not in range(128)
I have tried to install Chinese locale and set it but it is not working
I am taking the file name as this but it is not working
file_name = file_name.encode('ascii').decode('unicode-escape')