[GH-ISSUE #1205] Upload large files error #767

Open
opened 2026-03-02 16:01:19 +03:00 by kerem · 0 comments
Owner

Originally created by @SAGOnly on GitHub (Jul 9, 2024).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1205

Hi,
I have apache 2.4.61 and PHP 8.3.7 on my server and the old version of TFM 2.4.3 or 2.4.7 works properly and can upload files larger than 300MB, but TFM latest version cannot upload files larger than 300MB.
Apache settings
Timeout 600
LoadModule reqtimeout_module modules/mod_reqtimeout.so = off
PHP settings
max_execution_time 3600
max_input_time 3600
memory_limit 2048M
post_max_size 1024M
upload_max_filesize 1024M
TFM settings
$max_upload_size_bytes = 5000000000
chunking: false
forceChunking: false

What else needs to be set to fugn the latest version ?
Thank you for the info. Regards, SAG

Originally created by @SAGOnly on GitHub (Jul 9, 2024). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1205 Hi, I have apache 2.4.61 and PHP 8.3.7 on my server and the old version of TFM 2.4.3 or 2.4.7 works properly and can upload files larger than 300MB, but TFM latest version cannot upload files larger than 300MB. **Apache settings** Timeout 600 LoadModule reqtimeout_module modules/mod_reqtimeout.so = off **PHP settings** max_execution_time 3600 max_input_time 3600 memory_limit 2048M post_max_size 1024M upload_max_filesize 1024M **TFM settings** $max_upload_size_bytes = 5000000000 chunking: false forceChunking: false What else needs to be set to fugn the latest version ? Thank you for the info. Regards, SAG
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/tinyfilemanager#767
No description provided.