Allow configuring max number of file uploads per submission

Created on 10 May 2024, 10 months ago
Updated 24 May 2024, 9 months ago

Problem/Motivation

Currently an unlimited number of items can be uploaded. This can present an issue where all items are created as media entities at once (no bulk operation is used) which may create a resource utilization issue on the back-end. The form the user is redirected to when configuring the uploaded items will also have a very long query string parameter too which may run into server limits.

Steps to reproduce

Proposed resolution

Allow a configurable limit. Default to 30. Set to unlimited for existing sites.

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bkosborne New Jersey, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024