Import of XML content does not loadIssue When you import an XML content to a table, and it does not seem to load (blank page) or you do not manage to import all the data, it might be caused to a limitation set in properties.ResolutionReproduce the issue and tail the logs. You may find a trace similar to the following: 2020-12-15 01:57:41 (283) Default-thread-16 F64AF25EDB456450AC202945059619F8 txid=b57d7a9adb81 SEVERE *** ERROR *** Posted content length of 223802203 exceeds limit of 52428800java.io.IOException: Posted content length of 223802203 exceeds limit of 52428800 at com.glide.ui.multipart.MultipartParser.<init>(MultipartParser.java:166) at com.glide.ui.SysAttachment.getMPP(SysAttachment.java:1258) at com.glide.ui.SysAttachment.writeFromRequest(SysAttachment.java:1193) at com.glide.processors.UploadProcessor.uploadRegularFile(UploadProcessor.java:160) at com.glide.processors.UploadProcessor.process(UploadProcessor.java:48) at com.glide.processors.AProcessor.runProcessor(AProcessor.java:576) at com.glide.processors.AProcessor.processTransaction(AProcessor.java:264) Check the property com.glide.attachment.max_size. It is most probably set to 50 Megabytes (52428800 bytes). You will need to raise the value to something higher than what you are trying to upload