dOggysTyle
New Member
I want to send an e-mail with attachment using just html ,can I do that(because I dont have a server just static)?I want to upload the file and e-mail it not store it, the code below store the file on disk is it possible to send it via mail?\[code\]<form action="fileinsert.html" method="post"><p>Enter Your Text :<br><input type="text" name="textwrite" size="15"></p><p>Specify your File:<br><input type="file" name="datasize" size="30"></p><div><input type="submit" value="http://stackoverflow.com/questions/14442024/Send"></div></form>\[/code\]is this doable with just html?