B
bingo
Guest
Hi, We're managed to by pass the error message by temporarily removing the below section of code in file fieldEdit.jsp. tr td class='rbs_grayDetailInfoCol' colspan='2' %=lang.s("Files_uploaded_using_this_field_will_be_a")% /td /tr tr td class='rbs_rightLabelWide' nowrap %=lang.s("Maximum_File_Size")% /td td class='rbs_leftDataColWide' select name="fileMaxSize" % out.print(a284.getOption(128, "128 KB", defValue)); out.print(a284.getOption(256, "256 KB", defValue)); out.print(a284.getOption(512, "512 KB", defValue)); out.print(a284.getOption(1024, "1 MB", defValue)); out.print(a284.getOption(2048, "2 MB", defValue)); out.print(a284.getOption(5120, "5 MB", defValue)); if (a122.MAX_FILE_BYTE_SIZE a171.MB*5) { out.print(a284.getOption(a122.MAX_FILE_BYTE_SIZE/1024, a123.getFileSizeStr(a122.MAX_FILE_BYTE_SIZE, lang), defValue)); } % /select /td /tr I'm not sure what impact this will have but hopefully helps anyone investigating this issue.
Continue reading...
Continue reading...