Explorer fájl letöltés bug ssl (https)


/ Published in: PHP
Save to your folder(s)

Ha az internet explorerben nem sikerül a fájl letöltése(olyan hibát dob, hogy nem tudja letölteni), akkor ezt a headerbe kell belerakni és már töltődik is a fájl.


Copy this code and paste it in your HTML
  1. header("Pragma: dummy=bogus");
  2. header("Cache-Control: private");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.