mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #314] File Upload Issue #230
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#230
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 @dlodaman on GitHub (Mar 5, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/314
I've tried everything I can think of. I am able to upload file sizes up to about 30MB. The problem is I cannot upload anything above this amount. In tinyfilemanager.php, my setting is: define('MAX_UPLOAD_SIZE', '8000');
My php.ini is set to:
upload_max_filesize = 100M
post_max_size = 101M
When trying to upload, I get the following message: The page was not displayed because the entity was too large.
What other settings do I need to check? Running IIS 7, PHP version 7.1.7. Thank you so much for your help.
@infernostudiosmtl commented on GitHub (Oct 23, 2020):
Perhaps my experience can help. I was able to get around the issue within my shared host cpanel configuration.
I tried modifying php.ini - didn't work
I tried modifying .htaccess - didn't work
what did work was modifying the php settings themselves:
Hope this can help someone :)