I am trying to figure out how to attach a photoshop file for download to website which I have a mockup to show in photoshop. I am using the code below that when I load the website in firefox and click the link I get the problem loading page message: "Firefox can't find the file at /C:/Users/MyName/Documents/Personal Website Files/Personal Website/MockupToHTML/HomepageMockup4/HomepageMockup-4.zip.
Code:
<a href="MockupToHTML/HomepageMockup4/HomepageMockup4.zip" target="_self"><font color="#104f10"><u>Click here for Photoshop Mockup file</u></font></a>
I don't know if you have to use a server-side framework like ASP.NET to attach .zip files to a website. Any suggestions for code to attach a .zip file in a website?