OKMDocument contains two methods for creating a file, which accepts byte array:
I may have 1GB, 2GB files to upload sometimes. Will there be any problem or limitation?
Thanks in advance.
Code: Select all
Is there any limit for the content byte[] that can be uploaded?Document create(String token, Document doc, byte[] content)
Document createSimple(String token, String docPath, byte[] content)
I may have 1GB, 2GB files to upload sometimes. Will there be any problem or limitation?
Thanks in advance.