You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update introduces a new configuration property http.fileupload.max.file.count to limit the maximum number of files that can be uploaded in a single request. Additionally, the file upload handling logic has been refactored to improve clarity and maintainability. Key changes include:
Added support for setting and retrieving the max file count in the configuration.
Updated FessMultipartRequestHandler to enforce the file count limit during upload processing.
The text was updated successfully, but these errors were encountered:
This update introduces a new configuration property
http.fileupload.max.file.count
to limit the maximum number of files that can be uploaded in a single request. Additionally, the file upload handling logic has been refactored to improve clarity and maintainability. Key changes include:FessMultipartRequestHandler
to enforce the file count limit during upload processing.The text was updated successfully, but these errors were encountered: