HCL Domino AppDevPack - writeAttachments
问题 The new V1.0.2 has new capabilities to upload attachments to a domino document. My upload code is successful as long a I use files <= 48KB. As soon as I try to upload a larger file, the upload takes place, in the domino document I find an attachment with the right size - but the file is corrupt! Here's my code (corresponds to example code from appdev pack documentation for larger files): for (var x = 0; x < files["tskFile"].length; x++) { let sFilename = files["tskFile"][x].originalname; let