Create an image download link

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)

3 Likes

You can create conditional statements that are triggered depending on the file type; for image download, you can use a plugin activated by a button.

1 Like

You will have to impose conditions on the user’s decision about the model. Create a checkbox for the user to choose their favorite model.

Built opensource plugin for the same but for pdfs : mergepdf Plugin | Bubble . Please DM if any customised needs required for the same.