If I’m downloading the HTML and putting the HTML files on my server, what is the proper way to have the user click a button and then the .PDF be downloaded (which is being hosted on my site - so no need to worry about dropbox)
Currently it opens the PDF in another targeted browser, but I’m wanting to have the file be directly downloaded upon button click to their downloads folder, what am I doing wrong or what is the best way to get the code to do this?
Hey @clickryan - just a quick thing on the site you linked to - make sure to remove the Slate “phone” background image, since it loads temporarily before the main hero image loads. Otherwise it’s just taking up precious bytes over the wire and looks strange
@Matthieu@thesergie If I’m not mistaking, this will load the pdf in another window. If you want to have users download it right away, you can use Direct Link (hotlink) services like http://kiwi6.com (although I wouldn’t recommend them specifically, cause last them I’ve used their service, the end-users got the Trovi search-spam as a hidden gift)
Try @pastiwibawa’s method and add class="classname1 classname2 in the <a> tag. Otherwise there is no other way at the moment to download directly from the page without linking to another page (until we allow file uploads down the road).
Hi Melissa! The problem is that Chrome automatically loads all PDF’s inside the browser. All other file types will open a Save As window to save that file onto the computer. So I’m not sure if there’s a way to display the window vs making the user download the PDF. The good thing is there’s a Save button on the bottom right of the Chrome PDF viewer, but that may not be ideal.
I just did this and it was actually really easy. Use the Dropbox link they give you when you click “share”, then change “dl=0” to “dl=1” at the end of the url. See this webpage for clarification: How to force a shared Dropbox link to download | Dropbox Help
If you are using something else besides Dropbox, it seems like all you have to do is add on a “?dl=1” at the end of the url.
@thesergie@webflow Because of this VERY surprising and earth-shattering articleannounced today that will take effect today, I’m now scrambling to get my hosting situation adjusted. Because of this, I might start hosting with Webflow (which I know was you guys’ plan), but I do NOT want to do the link-from-Dropbox-or-Drive thing, considering that would get far too complicated (i.e. I might accidentally delete or archive a live file without any contextual association with a live site). Therefore, it’s important that Webflow add the feature to store files with a site hosted with you guys, so the file is both 1) associated with that website, and 2) served from the site’s domain.
I am trying to upload a safari extension file to our website built on Webflow. I need to do this since Apple mandates the developer to have link of the downloadable extension on the developers website.
We cannot release our safari extension since webflow doesn’t support uploads. Can someone help me out here? This is very critical to our product release.