Can folks make suggestions as to the best way to handle this situation? Thanks very much in advance.
Client submits an order on an HTML page with an attachment (small image file, for example). When the order is submitted, the order is written to an Oracle application and the data is sent to Notes. What is the best way to get it there?
The old process had a cgi script doing a POST and creating the document (Formname?CreateDocument) and everything worked perfectly with all the data mapped to the appropriate fields - but no attachment was being sent then. I changed the Content-Type to multipart and tried sending it with the attachment - the data goes over but the attachment looks like garble spread out over many fields.
What am I doing wrong and/or what is the best way to approach this?
(btw - form is being done by another so can’t build the form in Notes - I know, I know).