mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #492] issue with uploading big files across LAN #363
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#363
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 @kishoresoma007 on GitHub (Feb 3, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/492
Hi,
Thanks for this cute and tinyfile manager, it works like charm.
The only issue i found is, I am using this to download and upload some files to central data folder at home. upload is good for files below 10 MB, but files above 10 MB it gets struck. I am uploading over LAN (server where this is hosted) is connected via ethernet cable and laptop from where i am uploading is connected via WLAN (5 Ghz speed)
Kindly suggest.
Regards,
Kishore
@prasathmani commented on GitHub (Feb 4, 2021):
check server maximum upload limit.
https://stackoverflow.com/questions/42731188/php-change-max-file-size-upload
@prasathmani commented on GitHub (Feb 12, 2022):
Chunked file upload #714