You need to sign in to do that
Don't have an account?

pdfs in static resources
I have some pdfs which I'd like visitors to be able to download from my site. I've zipped them up and included them in a static resources file and my code is:
<p><a href="{!URLFOR($Resource.attunes, 'pdfs/parts%20list_2.pdf')}">ALWSR parts list (pdf 12KB)</a></p>
But the pdfs never get downloaded. Is this possible - what am I doing wrong?
Thanks. Uploaded each pdf as a separate static resource and used:-
<p><a href="{!$Resource.alwsr_partslist}">ALWSR manual (pdf 837KB)</a></p>
and all now works fine.
All Answers
yes your data is secure. you should use files instead.
Thanks. Uploaded each pdf as a separate static resource and used:-
<p><a href="{!$Resource.alwsr_partslist}">ALWSR manual (pdf 837KB)</a></p>
and all now works fine.