I’m working on a mobile webmail project, and I’m currently looking for a way to create a link (or a list of links) to allow webmail users to download attachments on mails. It would look like :
<a href="???">title of the file.ext</a>
I can already get the attachments and display it as an awful wall of special chars, but I can’t find the way to create a link to download the attachment after displaying the email content.
Does anyone have a guess ?
Pass the force-download header to the client.
The content-length is not entirely necessary.
You will have to create a php script which will be linked liked this:
And the PHP script will just send the headers above and print full contents of the file.