> Le 16 avr. 2019 à 20:14, Peter Mew via 4D_Tech <[email protected]> a écrit > : > > Hi > I'm trying to load a large, 1.5G, audio file into a blob using document to > blob
Hi Peter, what for? You could load parts of the document: RECEIVE PACKET ( docRef ; receptBlob ; aLotOfBytesButNotTooMuch ) but it depends what's your goal. I had to use that with huge text document to import. Even in 64bits, the limit is about 1Gb (I suppose the documentation 2Gb limit means bytes, not chars). -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

