mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #429] larger file uploads fail mysteriously #314
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#314
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 @yik77 on GitHub (Sep 10, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/429
This is very handy tool. When I upload a larger file, say over 2 MB, it fails. Tested both from a desktop and from an iPhone. (tested with 2 files, a large pdf and 4MB photo). I did modified my config.php file to increase size to 15MB, no effect.
@trentwiles commented on GitHub (Sep 10, 2020):
Could it be something with your php.ini file?
@yik77 commented on GitHub (Sep 10, 2020):
yes, that was it. I needed to modify my php.ini , increase upload_max_filesize to 10M, and restart lighttpd.