The Infor CRM import file upload component is a dojo widget based on the file Sage/Utility/File.js. In there there is a hardcode max size limit of 4000000 defined for fileUploadOptions.maxFileSize. That value is in bytes, so approx 4MB. If it is larger than that you get the error: ‘Warning: This request exceeds the size limit set by your administrator and failed to upload.’ The only way around this would be to write a custom dojo extension to override the fileUploadOptions.maxFileSize value.




