GoogleChromeLabs / browser-fs-access

File System Access API with legacy fallback in the browser
https://googlechromelabs.github.io/browser-fs-access/demo/
Apache License 2.0
1.38k stars 84 forks source link

Safari Support Issues/limitations question ... #59

Closed fabiogomessilva closed 3 years ago

fabiogomessilva commented 3 years ago

On Safari the fileOpen API works fine (the Upload file dialog show up), but when using the fileSave API the ​"Save As..." dialog only shows up when changing browser preferences

Is there any way to always shows up the "Save As...." dialog on Safari browser independent of browser preferences? Today we have to set "Preferences/General/File Download location" to "Ask for each download".

My current Safari version is 14.1.1

tomayac commented 3 years ago

I have set my iPhone (on iOS 15) to always download to my iCloud Downloads folder, without asking, and the download works fine. There is no longer a way to save to a user-determined folder individually for each download it seems.