Hi all, I have a button linked to a file that’s suppose to trigger a download when clicking on it, but for some reason it doesn’t work. I.e. clicking it does nothing. Copying and pasting the link into a browser, does however download the file…
As a test, I’ve created a fresh new project and linked a button to the url and it then works. I was wondering if it’s possibly a JS problem?
Maybe I didn’t explain this well enough, but all files are stored on my side (Google Appengine) and the download button would point to the file’s url. So downloading a self-hosted file is definitely possible. I was able to recreate this when I created a new project but there seems to be something strange going on with the above project.