Top "Save-as" questions

This tag refers to a common UI prompt type that asks a user under what name they wish to save a file as.

Using Selenium in Python to save a webpage on Firefox

I am trying to use Selenium in Python to save webpages on MacOS Firefox. So far, I have managed to …

python selenium firefox save-as
Get user-inputed file name from JFileChooser Save dialog box

This answer to this question may seem obvious, but I'm actually struggling with it quite a bit. I've searched through …

java textfield jfilechooser save-as
Use Filesaver js with angular2

i have checked all the post i can find on the use of Filesaver JS with angular, but i still …

angular download save-as filesaver.js
How to download, zip and save multiple files with Javascript and get progress?

I'm creating a Chrome extension that needs to download multiple files (images and/or videos) from a website. These files …

javascript google-chrome-extension zip download save-as
Download a file from Servlet using Ajax

I have created a zip file in my servlet. Now I would like to trigger that servlet using Ajax and …

ajax servlets download save-as
vba 'Compiler error expected: =' on saveAs operation

The following line in my VBA code is generating the compile error 'Compiler error expected: =' implying that it expected …

excel vba compiler-errors save-as
Prompting user to save file using a 'Save-as' dialog?

I currently have this code: function download(filename, text) { var pom = document.createElement('a'); pom.setAttribute('href', 'data:text/plain;…

javascript html save-as
Powershell - SaveAs function when file already exists

I'm trying to run some code that looks for all .doc & .docx files in a directory & sub-directories and …

powershell save-as
Macro to save only the active worksheet

In the below code it saves the complete workbook. I want to save only the active worksheet. Sub sbVBS_To_…

vba excel save-as
(Save Dialog) How to change file extension automatically on file filter change in Vista/Win7?

While showing a save dialog, I want to hook user's filter type change and change file extension automatically. (e.g. …

delphi windows-7 windows-vista savefiledialog save-as