Error while XML import: Posted content length of xxxxxxx exceeds limit of xxxxxxxIssue When you are trying to import XML and observed "Connection reset" error in the browser in the middle XML upload then it might be related to this KB.In this scenario, please check the property "com.glide.attachment.max_size" in the system properties. If the size of the XML file which you are uploading is more than the value configured in the above property then you will see "Connection reset" error in the browser in the middle XML upload and in the system logs you can find the below-mentioned error. Error: Posted content length of 14344026 exceeds limit of 5242880: java.io.IOException: Posted content length of 14344026 exceeds limit of 5242880: com.glide.ui.multipart.MultipartParser.<init>(MultipartParser.java:166)com.glide.ui.SysAttachment.getMPP(SysAttachment.java:1258)com.glide.ui.SysAttachment.writeFromRequest(SysAttachment.java:1193)com.glide.processors.UploadProcessor.uploadRegularFile(UploadProcessor.java:160)com.glide.processors.UploadProcessor.process(UploadProcessor.java:48)com.glide.processors.AProcessor.runProcessor(AProcessor.java:576)com.glide.processors.AProcessor.processTransaction(AProcessor.java:264)com.glide.processors.ProcessorRegistry.process0(ProcessorRegistry.java:181)com.glide.processors.ProcessorRegistry.process(ProcessorRegistry.java:169)com.glide.ui.GlideServletTransaction.process(GlideServletTransaction.java:44)com.glide.sys.Transaction.run(Transaction.java:2235)java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)java.lang.Thread.run(Thread.java:748)ReleaseAll ReleasesCauseIt happens when the size of the XML file is more than the value configured in the system property "com.glide.attachment.max_size".ResolutionIn order to resolve this issue, kindly update the value of the property "com.glide.attachment.max_size" according to the XML file size which you are uploading.