Allow user to download a PDF file on click of a button.
I have a requirement to allow user to download a pdf file on click of a link.I implemented this change using the sys_attachements table and referencing in the html as <a href="sys_attachment.do?sys_id=17ca97ca1bbd8110775d7bff034bcb16" > But the sys_a...
