I’d like to have an external HTML form post a file attachment into my domino app using an HTTP POST to http://server/db/form?CreateDocument.
Does anyone know if this is possible?
I’d like to have an external HTML form post a file attachment into my domino app using an HTTP POST to http://server/db/form?CreateDocument.
Does anyone know if this is possible?
Subject: file upload after creating document
The attachment has to be attached to a document. So, you’d need to use a form to create the document with the attachment, or add the attachment to an existing document. Usually, this is done with a form with a fileupload control. (Create>Embedded Element>File Upload Control).