I need to create buttons for file downloads.
File types like .csv etc. work perfectly by simply referring to external source and respective URL.
But for image files, standard behavior is that the images are displayed in the browser. (of course I know right-mouseclick-Download but not all of the users)
Or for PDFs, the behavior (download or open) depends on the user’s browser settings.
How can I create a download link that works for ALL file types, including image files?
(The files are all uploaded with standard Bubble upload)