Presently I am working on a company's website on which if job seeker posts their CV, it will be visible in the admin panel with a download option.
Now I need help in that download part. In admin section i am displaying information about the newly registered job seeker, along with a button which should allow administrator to download the job seeker's CV. I need at least one working example for doing this at least, if I got a good discussion about file downloading I will be very greatful.
I worked on website having file download option in asp.net in C# but no idea how to achieve it in html PHP.