Top "Savefiledialog" questions

The SaveFileDialog is a (component) class in the .NET Framework that prompts the user to select a location for saving a file.

save file without save file dialog in c# webbrowser control

I am implementing code to automatic download files from client site without manual step using C# code. My requirement is …

c# winforms browser download savefiledialog
Downloading excel(.xlsx) with blob and FileSaver.js in vue project getting coruppted

I am trying to download file by sending an Api request in my Vue project, and with response data I …

javascript vuejs2 savefiledialog filesaver.js
SaveFileDialog of silverlight is giving error "Dialog must be user-initiated"

I am getting an error: Dialog must be user-initiated when I am opening the savefile dialog from my silverlight applicaiton …

security silverlight-5.0 savefiledialog
Save file dialog in MVC

How to create save file dialog in MVC application? I couldn't find any example. Thanks in advance.

asp.net-mvc savefiledialog
WPF SaveFileDialog DefaultExt ignored?

var dlg = new SaveFileDialog(); dlg.FileName = "graph"; dlg.DefaultExt = ".bmp"; dlg.Filter = "PNG|*.png|DOT|*.dot|Windows Bitmap Format|*.bmp|…

wpf controls savefiledialog
JFileChooser Save Dialog Suggest File Name

Possible Duplicate: JFileChooser.showSaveDialog(…) - how to set suggested file name I have seen this question asked a few times …

java swing filenames jfilechooser savefiledialog