sphinx3212000
08-06-2003, 06:49 PM
I know that using action="mailto:......" for a form is not a good idea but im just using it for now since im just now learning forms and use it to check to see if my stuff is working
So far it has worked in parsing the data and sending it to my email address except when i try to upload a file.
when i have the <input type="file" name="filename"> element added to my code
and try to send the form, instead of just sending it to my email automatically as it has done successfully before , it just opens up a blank email in Outlook.
I was just wondering if there is some issue with the file form control and using the mailto: in the action attribute.
I have my enctype set to multipart/form-data and method set to POST. I use IE6.
So far it has worked in parsing the data and sending it to my email address except when i try to upload a file.
when i have the <input type="file" name="filename"> element added to my code
and try to send the form, instead of just sending it to my email automatically as it has done successfully before , it just opens up a blank email in Outlook.
I was just wondering if there is some issue with the file form control and using the mailto: in the action attribute.
I have my enctype set to multipart/form-data and method set to POST. I use IE6.