I was wondering if any body knew how to display the name of the file that you want to save/open in this dialog instead of showing the action code from my form?
I'm using the Content-disposition header and
"Content-type: application\n" .
"Content-Disposition: attachment; filename=BillingRecords.txt\n\n" .
this part works fine when the save as dialog comes up. It's when the save/open dialog comes up that I have my problem.