We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--max-length
I adjust server to allow up to 5Mbytes: --max-length 5000000 But when trying to upload file get error:
--max-length 5000000
It seems size is limited by 256Kb.
Where it is limited?
The text was updated successfully, but these errors were encountered:
Hello!
I 've the same question.
Sorry, something went wrong.
it seems you're adding amount of symbols of text, not size
No branches or pull requests
I adjust server to allow up to 5Mbytes:

--max-length 5000000
But when trying to upload file get error:
It seems size is limited by 256Kb.
Where it is limited?
The text was updated successfully, but these errors were encountered: