How can I create and recieve attachments to a form?

I need to create a form that will accept two document attachments when they are submitted? I tried to do it the simple html way but of course the attachment data didn’t show up in a view. Is there a way to do this or somthing to add to the form? Thanks!

Subject: How can I create and recieve attachments to a form?

You use the provide “File Upload Control”. This embedded element will do the work on getting a file attachment upload to the domino document via the web and notes client.

HTH – Cheers

Subject: RE: How can I create and recieve attachments to a form?

ahh! That was it, I’ve been racking my brains, thank you so much for your help!