This tag refers to a common UI prompt type that asks a user under what name they wish to save a file as.
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-asi have checked all the post i can find on the use of Filesaver JS with angular, but i still …
angular download save-as filesaver.jsI'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-asThe following line in my VBA code is generating the compile error 'Compiler error expected: =' implying that it expected …
excel vba compiler-errors save-asI currently have this code: function download(filename, text) { var pom = document.createElement('a'); pom.setAttribute('href', 'data:text/plain;…
javascript html save-asI'm trying to run some code that looks for all .doc & .docx files in a directory & sub-directories and …
powershell save-asIn the below code it saves the complete workbook. I want to save only the active worksheet. Sub sbVBS_To_…
vba excel save-asWhile 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