mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-02 22:56:59 -05:00
Increase maximum background image upload size #135
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall#135
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 @git-zombie on GitHub (Aug 10, 2018).
As a Heimdall user, I want to upload a high-res background image so that Heimdall looks pretty on my ultra-wide.
Background:
Specific Fix:
Adding the line
upload_max_filesize = 10Mto my php-local.ini file increased the limit for upload and allowed me to upload the 3.87MB image I had been working with.Possible solutions:
Relates to: #4
@KodeStar commented on GitHub (Aug 15, 2018):
For anyone with the same issue, this is specific to the docker rather than heimdall itself, no restrictions are placed within Heimdall itself, I asked the OP to add this issue so I could look at adding better error trapping for when it fails to upload
@KodeStar commented on GitHub (Oct 12, 2018):
Added to readme so people can set it to whatever size they need
@spencerskinner99 commented on GitHub (Nov 27, 2018):
I am unable to find the readme you're refering to in my docker config directory, what should I be doing to edit the file size limit?
@j0nnymoe commented on GitHub (Nov 27, 2018):
https://github.com/linuxserver/Heimdall#new-background-image-not-being-set
@spencerskinner99 commented on GitHub (Nov 27, 2018):
Just worked it out as i posted this, thanks for the speedy response though!
@doodlebro commented on GitHub (May 2, 2022):
This issue should be re-opened. There is a secondary limit (around 8MB) regardless of what is set in php-local.ini. I am not sure what is setting this alternate limit. I tried setting upload_max_filesize = 30M and 10M and checked the error logs when I kept getting 413 responses back:
After this, I tried a half size file of the same image, which worked.
@HannesJo0139 commented on GitHub (May 25, 2022):
I'm a bit confused too, since increasing max filesize worked for me some months ago. However, adjusting max post size solves the issue.
@EDIflyer commented on GitHub (Jul 19, 2022):
Would definitely be great if this error could be caught on upload and the user warned.