Hi,
Is there a maximum file size for documents we can upload using the REST API 16.2 for Content Server? Could we also stream document data or provide it in chunks? Any information would be highly appreciated.
Cheers,
Markus
Personally, I've uploaded 13gb files using REST API, the main limitation is the web server itself. So IIS is limited to 4gb, Tomcat is theoretically unlimited, I believe its mostly just timeouts. I just know in my own test environments I have gotten up to 13gb, but haven't tried larger.
Thanks Jeremy, I thought it would be the web server being the limiting factor.