无法使用send_from_directory提供文件

时间:2018-09-15 07:57:55

标签: python

当我尝试使用以下功能将文件存储到请求该文件的用户时:

# Prepare selected file for download...
filepath = '/home/nikos/wsgi/static/files/'
send_from_directory( filepath, filename, as_attachment=True )

我收到错误消息:

Bad Request
The browser (or proxy) sent a request that this server could not understand.

为什么错误不是提供文件,而是提到代理或错误的请求?
该脚本是在httpd.conf

中启用了指令 WSGIPassAuthorization On的mod_wsgi脚本。

0 个答案:

没有答案