Why when sending a form to the mail only the file name is sent, but the file itself is not?
<form action="mailto:rproger@mail.ru" method="post" enctype="text/plain"> <input type="file" name="foto" size=50 value="ваш аватар"> <input type="submit"><input type="reset">