in reply to Re^2: saving data locally in CGI script?
in thread saving data locally in CGI script?

To pick the name of the file to which to save? Your browser should do that already.

  • Comment on Re^3: saving data locally in CGI script?

Replies are listed 'Best First'.
Re^4: saving data locally in CGI script?
by Anonymous Monk on Jan 22, 2010 at 23:46 UTC

    Correct. The browser prompts to save the file using the (default) filename supplied by the server. Yet the standard file-open dialog (which is different than the one used here...) will allow the user to rename the file. How can I get this functionality?

    Thanks.

      You have a weird browser. I get a std dialog with FF and IE

      Or maybe you have your browser set not to ask you?