It sounds like you haven't read http://docs.marklogic.com/5.0doc/docapp.xqy#display.xqy?fname=http://pubs/5.0doc/xml/dev_guide/binaries.xml yet, so start there.
-- Mike On 7 Feb 2012, at 10:44 , Demian Hess wrote: > 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 > _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
