First, there are the following settings for the entire intra-mart.
■intra-mart Accel Platform Setting file reference
https://document.intramart.jp/library/iap/public/configuration/im_configuration_reference/texts/im_servlets/request-control-config/index.html#Request query length limit
This is a setting that limits not only file uploads, but also requests, and the upper limit that can be set is the maximum value of long type.
The size of the request is the one of the request message body (encoded file, delimiter, request parameters, etc.), and if the above setting value is exceeded, [HTTP status code 413] will be returned.
The setup guide also guides you through the above settings.
■intra-mart Accel Platform Setup Guide
5.3.5.1. How to restrict file upload
https://document.intra-mart.jp/library/iap/public/setup/iap_setup_guide/texts/create_war/how_to_limit_of_file_upload.html#how-to-limit-of-file-upload
Next, it may be possible to set the file size for each function.
The functions that can be set independently are as follows.
◆IM-BloomMaker for Accel Platform
It is possible to specify the upper limit of the file size that can be uploaded with the elements "File upload" and "Multi file upload".
For more information, please refer to the following URL to configure the settings.
■intra-mart Accel Platform File upload element settings
https://document.intra-mart.jp/library/iap/public/configuration/im_configuration_reference/texts/im_bloommaker/file-upload-element-config/index.html
From 2022 Spring, it is now possible to specify the maximum file size in the element properties on the client side as well.
See the requirements below for details.
https://issue.intra-mart.jp/issues/34184
◆ Standard tag (compatible)
Please refer to the following API document for the detail.
■ im-BizAPI for script development (compatible)
https://api.intra-mart.jp/iap/apilist-jssp-tagdoc/doc/imart_tag_api/upload/index.html
Attribute: maxRequestLength (maximum request size that can be uploaded)
Attribute: maxSize (maximum file size that can be uploaded)
■ Tag library for JavaEE development
https://api.intra-mart.jp/iap/apilist-jsp-tagdoc/doc/standard/upload/index.html
Attribute: maxRequestLength (maximum request size that can be uploaded)
Attribute: maxSize (maximum file size that can be uploaded)
◆ When using SAStruts
For more information, please refer to the following URL to configure the settings.
■intra-mart Accel Platform
5.3.5.1. How to restrict file uploads
5.3.5.1.2. If you are using SAStruts
https://document.intra-mart.jp/library/iap/public/setup/iap_setup_guide/texts/create_war/how_to_limit_of_file_upload.html#sastruts
However, intra-mart Accel Collaboration electronic conference room/questionnaire is controlled by the following setting instead of maxFileSize of struts-config.xml above.
■ intra-mart Accel Collaboration configuration file reference
・Electronic conference room settings
https://document.intra-mart.jp/library/iac/public/iac_configuration_reference/bbs_module/texts/iac_bbs/iac_bbs_config/index.html#mbytes
・Survey settings
https://document.intra-mart.jp/library/iac/public/iac_configuration_reference/questionnaire_module/texts/iac_questionnaire/iac_questionnaire_config/index.html#mbytes
There is no unique setting for IM-Workflow, IMBox, IM-FileExchange, IM-FormaDesigner for Accel Platform, IM-BIS for Accel Platform other than the above functions.
They are controlled by the request query length limit of the entire intra-mart.
-- Target ------------------------------------------------------------------------
iAP/Accel Platform/All Updates
iAP/Accel Extensions/IM-FormaDesigner for Accel Platform/All Updates
iAP/Accel Extensions/IM-BIS for Accel Platform/All Updates
iAP/Accel Extensions/IM-BloomMaker for Accel Platform/All Updates
iAP / Accel Applications / Accel Documents / All Updates
--------------------------------------------------------------------------------
FAQID:1184