You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using FileSaver in a standalone angular app. When trying to save the file, a dialog with choosing place to save a file appears.
My question is: is it possible to force saving files always to the same localization without showing this dialog?
Or - could this dialog show already my chosen path (currently it remembers the previously chosen path).
I've tried to save a file with something like "C://misty256//myfile.txt" but when dialog appears I see that it creates a file name from this path: "C--misty256-myfile.txt"
Regards,
misty
The text was updated successfully, but these errors were encountered:
Hi,
I'm using FileSaver in a standalone angular app. When trying to save the file, a dialog with choosing place to save a file appears.
My question is: is it possible to force saving files always to the same localization without showing this dialog?
Or - could this dialog show already my chosen path (currently it remembers the previously chosen path).
I've tried to save a file with something like "C://misty256//myfile.txt" but when dialog appears I see that it creates a file name from this path: "C--misty256-myfile.txt"
Regards,
misty
The text was updated successfully, but these errors were encountered: