how to open a document save window to save a file while downloading a file from database....
open a document save window
Collapse
X
-
the browser will display one automatically when you open an unregistered file type.
for cross broser compatibility, this must be set from an actual file. in firefox and safari, it can be set from a string.
you simply point window.location or an iframe's .src to the file location, and the browser will ask the user what to do with the file, offering a saveas browse among the options.
Comment