CCICB / CRUX

Other
2 stars 1 forks source link

Increase Upload Limit to CRUX import files [Feature Request] #120

Closed selkamand closed 10 months ago

selkamand commented 10 months ago

Is your feature request related to a problem? Please describe. MAF is too big for upload to CRUX

Describe the solution you'd like

By default, Shiny limits file uploads to 5MB per file. We should up that to around 50mb at least.

You can modify this limit by using the shiny.maxRequestSize option. For example, adding options(shiny.maxRequestSize=50*1024^2) to the top of server.R would increase the limit to 30MB.