
Size Restriction For Attachments
This module facilitate to configure the maximum attachment file size limit and restrict to uploading the larger files
Size Restriction For Attachments module addresses managing attachment sizes. You can define a maximum file size limit for each user, preventing users from uploading excessively large attachments. This helps conserve storage space and maintain system performance. Imagine it as a gatekeeper ensuring only files under a certain size threshold can enter the system.
During upload attempts, the module checks the file size against the configured limit. If a file exceeds the limit, the user receives an error message, and the upload is blocked. This prevents large files from being uploaded and potentially causing storage issues.
Key Features
- Users are empowered to control the size of the attached files.
- Restrict uploads exceeding the limit.
- Display error messages for large files.
Configure Maximum Attachment Size
Define the maximum file size (megabytes) users can upload.
Enforce Upload Restriction
Display error messages to users attempting to upload oversized files.
Improved Storage Management
Prevent excessive storage consumption by large attachments.
Restriction Condition in User Page

Under the Limit
If the limit hasn't been reached, we can send the attachment.

Limit Exceeded
If the limit has been reached, we can not send the attachment. System Will show a warning message.

GNU Affero General Public License v3.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you comply with the terms of the GNU Affero General Public License, version 3.0, available at https://www.gnu.org/licenses/agpl-3.0.html. You may develop software that uses the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those software under the terms of the GNU Affero General Public License, version 3.0. It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software without including the complete text of the GNU Affero General Public License, version 3.0, along with any applicable additional permissions. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- base