File download on site

butchermanj

New Member
I want to do a file download on my site. I have a file that I want people to be able to download to their email or sent to their email when they enter their email on my site. How do I do that. Thanks

Josh
 

jnjc

New Member
Do you have to email it, could you just put a link that the user clicks that allows them to download the file ?

There may be open source packages out there to do what you want so have a look. If you where to roll your own you would need:

1) Server side scripting language (your hosting company will most likely support PHP)

2) A script that takes the email address from a form put's together an email and sends it to you SMTP server (http://phpmailer.codeworxtech.com)

HTH,
JC
 
Top