rndme / download

file downloading using client-side javascript
MIT License
2.28k stars 417 forks source link

How is the message to download file appear #64

Closed sarahbenjamin closed 6 years ago

sarahbenjamin commented 6 years ago

I have been working with this library for last week now. In the beginning the file download message was coming at the bottom of the browser like this image5

I have seen it change to opening a save as window image4

and Today it just opens the file in jpeg, doesn't give a window message or show the file download bottom of the file, just simply opens it in photos,

Do we know what drives that behavior?

Thanks

rndme commented 6 years ago

Looks like those are browser preferences being changed on you, either file type associations (technically MIME associations) or browser updates that changed a previous behavior.