Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to attatch a pdf file to mail

843785Nov 28 2008 — edited Nov 28 2008
Hi all,

I am working on mail sending functionality using "mailto" command. I am adding the
code below:

<html>
<head>
<title></title>
</head>
<body>
<form action='mailto:rakhee@hakodateit.com?subject=Test mail' method="post"
enctype="multipart/form-data">
<input type="submit" name="ss" value="Mail"/>
</form>
</body>
</html>

Now I need to attach a pdf file to the above code.

I have tried this by adding "&Attachment='D:\test.pdf'" on the above code.
but it is not seems to be working.

Can anyone know the solution,please help me.

Thanks in advance.

Regards,
Rakhee
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 26 2008
Added on Nov 28 2008
2 comments
190 views