-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
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
Add possibility to upload large files #184
Comments
…iles efficiently + added config for max http request size
Done. Now max request size can be configured in server config (conf/conf.json), with Also implemented streamed reading of uploaded_files, i.e. bytes are written to disk as soon as they come without buffering in memory. Tested on 6gb file, memory consumption stayed below 25Mb during the upload. |
What a useful feature! |
could you add this new parameter into the documentation ? |
Oops, thanks for noticing, @dridk! |
At the moment, when uploading a large file (~100Mb), web server fails with
It should be possible to allow larger files, probably with setting max file size manually in Script server configuration.
The text was updated successfully, but these errors were encountered: