I need to force the browse to download a file. I have been working with this:
header( "Content-type: application/force-download" );
However that is not allowing the user to save the file it just opens the file.
Anythoughts as to how to make sure the user has to save the file?
I tried it in opera and it opens the save file dialog box however in IE it just opens the file..
thanks
DE2