shiny for python: maxRequestSize

89 Views Asked by At

I'm building a shiny app in python. I'd like to keep this deployment without R if possible and I need to be able to upload large files (30 to 50 MB). In R, I'd simply set the option maxRequestSize to the desired value afaik.

However, I'm not able to find anything about how to raise this limit in python. I'd be very thankful for any help!

1

There are 1 best solutions below

0
Mostly Harmless On

The problem has to do with the VM I'm developing on and the limit probably has nothing to do with shiny or python. Not sure how to change this in my setup, but once I dockerized the app and deployed it, it's possible to upload larger files.