Is it possible for an external user to upload documents to Lotus Notes?
Our customer/partner runs Lotus Notes so we would need an account and upload documents directly to our customers Lotus Notes system. Is this possible? We do not have LN ourselves.
It’s almost trivial to build a web-facing application on Domino that would accept file uploads from un-authenticated users. The customer/partner simply needs a Domino server running the HTTP task accessible on port 80 from the public internet. A single database with an ACL entry for Anonymous set to Depositor, with a single form containing an upload control would be sufficient to address your requirement as defined.