We would like to store large binary files (many EPS and high resolution PDFs) in MarkLogic. It would be easiest for users to create zips with all their files and then upload via an HTML form (enctype=multipart/form-data), but the size of the zip archives would be more than 2GB. Indeed, some individual files can get to 2GB by themselves.
I tried POSTing a 2GB file to an app server and got a "413 Request Entity Too Large" error. I don't see any settings in MarkLogic to control max size of uploads for HTTP app servers. How efficient would ML be at handling large posts of 100MB and larger? Would it buffer everything in memory or would it stream to a temporary file on disk? Would ML 5.0 be more efficient than 4.0 at handling large file uploads? _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
