I Don't want to show "Save Dialogue" box while export excel file.
I Don't want to show "Save Dialogue" box while export excel file.
kishor_walke
Posts: 4Questions: 2Answers: 0
When user click on download button, excel file should download directly, without showing save dialogue box. How can we implement this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I don't believe you can. I might be wrong, but my understanding of the client-side file generation in browsers is that you can only show a save as box.
I think the only want to do a download with a prompt would be to have the Excel file created by the server side. Even then, depending on the browser and its settings, it might still ask the user where they want to save the file.
Allan
Thanks, Allan for information.