How to make a downable file?
mazmal00 asked:
I wish to create a file on home page which people can download automatically, e.g. an ebook. Also how can I password protect it?
Related posts:
- website help? Jena T asked: I am trying to create a website,...
- What do I do when I want a file to be posted on my blog that is downloadable to viewers? Michael Galvez asked: Okay, let’s make that question a bit...
- I need a free ebook for batch scripting. Can anyone help? kenneth d asked: I need to learn batch scripting (creating...
- How do you link a PDF file to a website? aldennight asked: I would like to create a website where...
- For SEO purposes is it better to host my blog on the same domain as my ebook or a different one? Goddess asked: I have started my blog on blogger and...
Filed Under Programming & Design |
Tagged With Ebook
Comments
One Response to “How to make a downable file?”
i used php:
password protect:
lets assume user sends his account:
If you are using other scripting language, you can do the same logic with this.. (eg. ASP/JSP)