Skip to content Skip to sidebar Skip to footer
Showing posts with the label Save As

Force Showing The "save As" Dialog Box When Downloading A File

Below code does save a file to the user's disk: function handleSaveImg(event){ const image = … Read more Force Showing The "save As" Dialog Box When Downloading A File

Is There Any Way To Specify A Suggested Filename When Using Data: Uri?

If for example you follow the link: data:application/octet-stream;base64,SGVsbG8= The browser will … Read more Is There Any Way To Specify A Suggested Filename When Using Data: Uri?