ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

content-type при internal_redirect



День добрый,
при попытке скачать файл с русским названием, в диалоге сохранения файла в 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



Спасибо.


 




Copyright © Lexa Software, 1996-2009.