[PR #365] [MERGED] Add alert when attaching a file which size exceeded uploadable file size on server #793

Closed
opened 2026-02-25 21:36:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/365
Author: @yvesdaxmaz
Created: 11/20/2019
Status: Merged
Merged: 2/16/2020
Merged by: @jasonmunro

Base: masterHead: file_attachment_error


📝 Commits (3)

  • 10becfd add maximun allowed size when attaching big big file
  • bc30c11 add maximun allowed size when attaching big big file
  • e32958a Merge branch 'file_attachment_error' of github.com:yvesdaxmaz/cypht into file_attachment_error

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 modules/smtp/modules.php (+8 -0)

📄 Description

Pullrequest

Add an alert which warn the user when he try to attach a file which size exceed the pre configured value of upload_max_filesize.

Issues

  • None

Checklist

  • None

How2Test

  • Check the value of upload_max_filesize in the php.ini configuration file
  • Compose a new message and attach file which size exceed the value of upload_max_filesize

Todo

  • None

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/365 **Author:** [@yvesdaxmaz](https://github.com/yvesdaxmaz) **Created:** 11/20/2019 **Status:** ✅ Merged **Merged:** 2/16/2020 **Merged by:** [@jasonmunro](https://github.com/jasonmunro) **Base:** `master` ← **Head:** `file_attachment_error` --- ### 📝 Commits (3) - [`10becfd`](https://github.com/cypht-org/cypht/commit/10becfd092746a37ce9b546abd5a626538a98c64) add maximun allowed size when attaching big big file - [`bc30c11`](https://github.com/cypht-org/cypht/commit/bc30c11c70fc4ef9778610b4b2cdfdb5106c7a93) add maximun allowed size when attaching big big file - [`e32958a`](https://github.com/cypht-org/cypht/commit/e32958ae2c1af0db6ec912b6844975f009ba7e65) Merge branch 'file_attachment_error' of github.com:yvesdaxmaz/cypht into file_attachment_error ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `modules/smtp/modules.php` (+8 -0) </details> ### 📄 Description ## Pullrequest <!-- Describe the Pullrequest. --> Add an alert which warn the user when he try to attach a file which size exceed the pre configured value of upload_max_filesize. ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - [X] None ### Checklist <!-- Anything important to be thought of when deploying? - [ ] Config Update - [ ] Breaking/critical change --> - [X] None ### How2Test <!-- Give a detailed description how to test your PR and confirm it is working as expected. --> <!-- Maintainers will check the Tests - [ ] Test1 - [ ] Test2 --> - [X] Check the value of upload_max_filesize in the php.ini configuration file - [X] Compose a new message and attach file which size exceed the value of upload_max_filesize ### Todo <!-- In case some parts are still missing, list them here. - [ ] Changelog --> - [X] None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#793
No description provided.