2

How to open file save as dialog box using jquery in firefox ?

j0k
  • 22,600
  • 28
  • 79
  • 90
ambi
  • 21
  • 1
  • 1
  • 2
  • 4
    What are you trying to do? Context is key.. – TNC Feb 17 '11 at 10:23
  • 2
    Hello and welcome to StackOverflow! Please edit your question; adding the following points may get you better answers: 1. What are you trying to accomplish (saving the current page, or a different page you're linking to, or a file)? 2. What have you tried so far? 3. What results did you get? 4. How did that differ from the results you were expecting? (please be more specific, none these are self-evident from the current state of your question) – Piskvor left the building Feb 17 '11 at 10:24

1 Answers1

2

I hope these past answers can help you:

Is it possible to catch browser's File Open/Save dialog event using javascript

Open the Save Image dialog using jQuery/Javascript?

Community
  • 1
  • 1
Fran Verona
  • 5,438
  • 6
  • 46
  • 85
  • Hi , I want to open file save as dialog box on button click . As we do in file->saveAs.I am developing a web application where i need to do that to save my current web page contents. – ambi Feb 21 '11 at 12:42
  • Answers that I posted are the key. It's not possible to do that because there aren't any event associated to open 'Save dialog' – Fran Verona Feb 21 '11 at 12:52