欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

文件下载中文乱码问题后端

程序员文章站 2024-03-20 14:33:04
...
content_disp = f"attachment; filename*=UTF-8''{file_name}"
# content_disp = content_disposition(self.filename(with_time))
xlshttpheaders = [('Content-Type', content),('Content-Length', len(xls)),
                          ('Content-Disposition', content_disp)]

 

相关标签: odoo python