mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #1205] Upload large files error #767
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#767
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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