Hellow to everybody a have an html form page, that runs on a Unix Server,
with the form action, method="post".

I has got the Text fields "name", "dirección" and "email".
it works well couse i recive the information fields to an email recipient.

But now i am tryeng to insert on this form a new FileField Name,
to attach files like documents, the form change to
enctype="multipart/form-data".

Ones i seend this form it dosent work, couse i recive the information
to my email, but i only get, the root of the file that i attached before.


Do anyone know about this problem,
Thanks.

David