Skip to content

[Feature]: Increase max size limit of input files #2089

@sgaGT

Description

@sgaGT

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions