Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Button to download a file

Button to download a file

Joe5
Shopify Partner
20 0 1

I'm creating a button in my development for my subscriber to download a file like an Excel document; I store my file in "app/files/file.xlsx." When I click the button, it shows "404 Not Found".  It works if I right-click on the button to open the link in a new tab, and the file was downloaded in cloudflare.com


Code:

 

<Button fullWidth external download url="/app/files/file.xlsx">

 

I appreciate any help you can provide😊.

Replies 2 (2)

KuldeepKumar20
Shopify Partner
316 38 66

Hi @Joe5 

Add the full path of the file instead of "app/files/file.xlsx."

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com
Joe5
Shopify Partner
20 0 1

It should be working now, but I can't test it now because my windows was down. I need to install the project file again later. Thanks for your help!