October 22, 2024
Chicago 12, Melborne City, USA
jQuery

How to change the title in window.showSaveFilePicker() function


How to change the title in window.showSaveFilePicker() function.

enter image description here

async function getNewFileHandle() {
  const opts = {
    types: [
      {
        description: "Text file",
        accept: { "text/plain": [".txt"] },
      },
    ],
  };
  return await window.showSaveFilePicker(opts);
}
getNewFileHandle();



You need to sign in to view this answers

Leave feedback about this

  • Quality
  • Price
  • Service

PROS

+
Add Field

CONS

+
Add Field
Choose Image
Choose Video