HI, My problem is that I want to have a button on a form, where the user clicks the button to save a file specified by me. But I want to be able to let the user choose the directory of where the file will be saved to and let him have the option of re-naming the file if he wants. The Save As Windows Dialog box would do this, but I don't know how to call it or use it with Php.
Any ideas on how to do this?
Thanks.