mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #956] upload act wierd after changing upload_max #620
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#620
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 @tacoen on GitHub (Jan 30, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/956
I change the MAX_UPLOAD_SIZE to 200M
and change php.ini in /etc/php/7.3/php.ini
upload_max_filesize = 200M
tfm is on php 7.3 on Apache/2.4.38 (Debian)
when i upload "pic.jpg" to "folder/"
now it rename it to "folder/folder"
what did just happened? what shall i check?