apache django imagefield filefield 上传 中文名附件 UnicodeEncodeError

当django部署到apache上时,有时候发现中文附件名没办法上传,解决办法

 vi /etc/apache2/envvars 

最后添加

export LANG='en_US.UTF-8'
export LC_ALL='en_US.UTF-8'

 

重启apache即可


分享到: 微信 更多