I am trying to find out if I can add a function to upload an image or file, to a mailto form, and for the attachment to be submitted along with the form submission?
dmorison
7:21 am on Dec 15, 2003 (gmt 0)
mailto: is handled client side by the browser, through interaction with whatever email client is installed on the users' system (assuming that they are integrated); so what you're talking about would effectively involve scripting of the users' email client via HTML - and i'm pretty sure that's not [easily] possible.
Sorry!
hanuman
1:50 am on Dec 16, 2003 (gmt 0)
Why to use mailto forms? There are many form handling scripts that support attachments. check out hotscripts.com for the right application.
ddesign
2:13 am on Dec 16, 2003 (gmt 0)
Just wanted to say THANK YOU :) I found a script on the site you suggested and it helped. Thanks to both of you for replying!