How work the upload chain ? #5143
-
Hi everyone, I would like to secure as possible the upload process. Therefore I need to get how work the upload chain in this scenario
I guess nginx will be the first to handle the incoming in nginx we can use for example: location /uploads {
...
client_max_body_size 100M;
} Doing so will flask will be still able to handle the uploaded file ? Thanks.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thank you @davidism , when I'm using in nginx conf file location /uploads I get a I've took the same declaration that in my
etc.. but still not working , is it possible use many nginx location with flask ? if yes how ? :) Thanks. |
Beta Was this translation helpful? Give feedback.
Yes