-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Description
Category
Input/Output
Scope
Major Feature
Problem
Hello :)
In R/shiny we can simply use options(shiny.maxRequestSize = 1000 * 1024^2) within the server function to increase the size limit of input files. Unfortunately, I cannot find any documentation on how to achieve the same goal in shiny for python (core).
Could you please help me? Thank you!!
Solution
def server(input, output, session):
options(shiny.maxRequestSize = )
...
Alternatives (Optional)
No response
Example (Optional)
Impact (Optional)
No response
Contribution? (Optional)
None