I am looking for a code that I can put on my website. A browse for file code. People can click browse and upload a file. After they have selected a file and click send, I would like it to send that file to my email. Is there a html code for that?
Browse for file code
Collapse
X
-
Tags: None
-
As far as I know sending an email from a website is only possible with PHP. Not sure if it is also possible with Javascript or jQuery. Anyway this webpage might be usefull for you: http://nl.php.net/manual/en/book.mail.php
Comment