I currently use the below to open a selected file but instead of the file opening in the browser (which it now does) I want to display the default browser open/save dialog box. I presume I may have to add additional headers?
PHP Code:header("Location: $openfile");
