PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
So hello kids! I am trying to force a download, not force as in sneaky but have the thing pop up and say 'save, cancel, open' or whatever. It all works fine in FF but IE does this thing where it says 'we stopped them from downloading files to your computer'. well thats fine and all but I am controlling the downloads by using sessions and after that page is opened once it deletes their session then when they try to open it either by clicking the message or clicking my link that says 'if your download did not begin properly, click this link' the session was deleted and my script blocks that from happening.
How can I stop this or fix this situation in some way.