I have a form and am trying to get it so the user can e-mail me an attatchment but i need it to go to my email because i don't have my comp on 24/7 and i don't want to use outlook.What's the code?
I have a form and am trying to get it so the user can e-mail me an attatchment but i need it to go to my email because i don't have my comp on 24/7 and i don't want to use outlook.What's the code?
Hmmm.... like this?
Code:<form action="mailto:you@yourdmainhere.com" method="post" enctype="text/plain" > FirstName:<input type="text" name="FirstName"> Email:<input type="text" name="Email"> <input type="submit" name="submit" value="Submit"> </form>
I was going to submit similar, but I think it's the attachment thing we really need to crack... I can't really think of anything right now.
cr3ative
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
I added the <input type="file"> to it, but i can't think of how the get the file, not the path, in the e-mail
I don't think there's a way and it's probably for the best, think of what a Virus could do with an instruction like that, mhm ?
Bookmarks