Subject: Cannot download file from url in LotusScript
Is it possible to read whatever is returned in smaller bits instead of one swoop that appears to possible exceed limitiation? You can place into a NotesStream object likely and then work with the file.
Subject: RE: Cannot download file from url in LotusScript
do you know method how to read in Lotus from objXMLHTTP by small N bytes? I tried to read from objXMLHTTP.responseStreamiRead = objRespStream.read(buffer, iToRead, iRead)
, but it returned error “Variant does not contain an object”
Can somebody give example of code how to download binary file from http url? and save it to file