Enabling Large Uploads

Top  Previous  Next

When XTM or RDF data is imported into a Web3 instance, the data to be imported must be transferred to Web3 by an HTTP POST. The default configuration of Web3 limits the size of file that can be transferred to the server via a POST to 80MB. If you require a Web3 instance to support import of large XTM or RDF files, then you can follow these steps to configure the Web3 web application to allow larger files than the default configuration.

 

Open the Web.config file for the Web3 web application in a text editor
Locate the <httpRuntime> element under <system.web> and set the maxRequestLength attribute to the maximum file size in kilobytes.
Locate the <requestLimits> element under <system.webServer>/<security>/<requestFiltering> and set the maxAllowedContentLength to the maximum file size in bytes.
Save the Web.config file