Skip to content

how to change the max upload limit etc on the alpha #2557

Answered by ildyria
Baltimorepc asked this question in Q&A
Discussion options

You must be logged in to vote

Max uploaded file size: 100M
Max post size: 100M

Those are set in your php.ini file, Lychee cannot really modify those.

Chunk size

That one you can modify in your settings, look for: "Size of chunks when uploading in bytes: 0 is auto"

just i know there may be alot uploaded at once including high res videos and pictures and i dont want it to fail.

That is the beauty of the version 6. It now supports upload by chunk by default. So when you start uploading, the file is split in your browser in chunks of 25.6 MB, and repacked on the server side. As a result you are not hit by the limit of upload size (unless you set your chunk size to high number).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ildyria
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants