Help me step how to use

I have a upload file control and button i want to attach file and automatic send to mail the attach file help me on how will going suppose to do… step by step thanks…

Subject: RE: Help me step how to use…

We are not here to write it for you. You will need a NotesDocument and a NotesRichTextItem to get the attachment (a NotesEmbeddedObject). There are many examples of this kind of programming in the Designer help.

Likewise, to send the email, the same three classes will be required. To save yourself the bother of detaching and reattaching the file, you might just copyitemtodocument the rich text item that contains the attachment.

For the rich text item to contain the attachment, it will need to be on your web form. However, it need not be visible.

Subject: RE: Help me step how to use…

how about the code i have now a upload control and submit button i want to automatic send to my email the uploaded file what is code can you post here if you dont mind help for me in my project thanks

Subject: RE: Help me step how to use…

Andre has given you enough information to at least have a go t writing the code yourself. Have a go and if you get stuck then post whatever code you have written and people will help by pointing out what you need to change. But if you aren’t willing to even try yourself and just want someone else to give you code, then I suggest you hire a contractor.