PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
At 09:09 24/09/2003 [EMAIL PROTECTED] said....
PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
Thanks Pete for comment, I generate this file in a temporary location on the server, but the problem is when you click to save this file, it uses the query string as default file name, in which this query string was passed to this asp page to calls this pdf file over the web.
At the moment I decided to use:
Response.AddHeader "Content-Disposition", "attachment;filename=MyFile"
Command in my asp page, that prompts to either open or save this file. If you choose to open it, it does not open it in the web browser window, and opens the pdf file in new acrobat window. Not a neat solution, but at least protects exposing my query string values to the end user, when they want to save it.
Thanks again, and still looking for any comments in this regard
Is there not a rename file option/facility using ASP? or have I misunderstood the problem?
Gordon
To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
