PHP script to download file not working in IE

后端 未结 5 659
暗喜
暗喜 2020-12-08 11:53

I have a script that takes a key from $_GET[\'key\'] , looks up the location in a database and uses the readfile together with some headers to present a download for the use

5条回答
  •  悲哀的现实
    2020-12-08 12:38

    Just a hint, if someone (like me) is facing problems with directly entering a filedownload into the address bar using a secured https-request. There is a IE bug that is causing this download to fail:

    http://support.microsoft.com/kb/323308/en-us

    Only workaround seems to be setting the cache-headers according to the article.

提交回复
热议问题