Is it possible to use PHP to allow a user to save a file, using a standard "Save As..." dialog box?

It's for a school project. I must be able to generate a new file, and let the user "Save As..." on to their local computer.

Thanks,
arthur.

    You would use the [man]header[/man] function to force a file download. It is dependant upon the users browser and settings as to what happens to the file. Some people have the box checked to open the file, some to save, etc ...

      Write a Reply...