I will try to help a little bit:
The first line catches my attention -- ENCTYPE="text/plain" yet the pictures will not be text, they will be a different mime type (jpg, gif etc).
When the form gets submitted, I would take a gander that the postdata.att is the picture converted to text which is unreadable.
You can try to take the ENCTYPE out or maybe specify more than one type and test it.
As far as getting the form to set the picture as an attachement, I am not aware of a way for a mailto for to perform this (anyone else know for sure?). You may need to look at a server side scripting language to help out with the form to accomplish this.
|