Hi, I generate PDF's dinamically (on the fly). When a user retrives the PDF, I send the following header:
Header ("Content-type: application/pdf");
Header ("Content-disposition: inline; filename=".$resource."");
Header ("Content-length: " .$size);
echo $data;
Now when I click the Save button of the Plugin, which filename do I see? No unfortunately not $resource, I see the URL plus querystring. Does someone have an idea, how I can control which filename is used while saving the file?
Hint: For all those who stuck with misterious IE problems, when retrieving on-the-fly PDF's, get at least IE 5.5 SP2 !! or better go to www.mozilla.org an get yourself a Browser.