How to add a section with pdf file uploader in liquid shopify

How to add a section with pdf file uploader in liquid shopify

SandeepTripathi
Shopify Partner
2 0 1

I want to create a Download section into my website..

Where i want option as :

1. Pdf file uploder

2. File title

 

But i didn't find any file upload technique in shopify dev documentation.. Is anyone here ti help me.. Thanks in advance.

sandeeptripathi
Replies 3 (3)

Simonsron
Shopify Partner
699 87 123

You can upload your PDF to the shopify server, then copy the link and display it on your page via <a href="pdfurl">pdf</a>.

banned
SandeepTripathi
Shopify Partner
2 0 1

Thanks for your reply @Simonsron 

Is there any other way to do this?? 

Like choose file directly via section not go back to "File Upload" and copy the path..?

This will really appreciated!!

sandeeptripathi
Simonsron
Shopify Partner
699 87 123

Yes, you can!

You can create sections, then increase the number of pdfs by adding blocks, then set a setting of type="file" inside the block to upload the pdf

banned