open a document save window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepakraj
    New Member
    • Mar 2008
    • 3

    #1

    open a document save window

    how to open a document save window to save a file while downloading a file from database....
  • rnd me
    Recognized Expert Contributor
    • Jun 2007
    • 427

    #2
    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

    Working...