content-type при internal_redirect
Денис Юзвик
denis at uzvik.kiev.ua
Wed May 21 17:50:39 MSD 2008
День добрый,
при попытке скачать файл с русским названием, в диалоге сохранения файла в
IE7 вместо нормального имени - абра-кадабра.
В чем причина?
Есть перл который делает:
$r->header_out("Content-Disposition", "attachment; filename=....");
$r->internal_redirect("dllocation/.....");
В конфиге:
default_type "application/octet-stream; charset=utf-8";
location /dllocation {
root ....;
internal;
}
location / {
perl perl::func;
}
Хедеры:
HTTP/1.1 200 OK
Server: nginx/0.6.26
Date: Wed, 21 May 2008 13:46:59 GMT
Content-Type: application/octet-stream; charset=utf-8
Content-Length: 40019247
Last-Modified: Wed, 21 May 2008 11:12:44 GMT
Connection: close
Content-Disposition: attachment; filename="abra-kadabra-filename"
Accept-Ranges: bytes
Спасибо.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20080521/af41b06e/attachment.html>
More information about the nginx-ru
mailing list