shinyMlr icon indicating copy to clipboard operation
shinyMlr copied to clipboard

What's the maximum file size that can be uploaded?

Open jbao opened this issue 8 years ago • 3 comments

...and is there a way to increase it?

jbao avatar Jul 28 '17 08:07 jbao

https://groups.google.com/forum/#!msg/shiny-discuss/rU3vwGMZexQ/zeKhiYXrtEQJ Are the 5MB an issue for you? We could change it in the source our you can simply adapt the changes in your local source files of the shiny app.

jakob-r avatar Jul 28 '17 08:07 jakob-r

Well, I was trying to load a ~300MB file, maybe that's not a good idea at all (changing maxRequestSize doesn't really help)?

jbao avatar Jul 28 '17 09:07 jbao

Did you change this line: https://github.com/mlr-org/shinyMlr/blob/master/server.R#L31 and then run the app? But yes, you might not want to run the analysis inside of an App as some processes can take a while and you probably want to save at certain stages.

jakob-r avatar Jul 28 '17 09:07 jakob-r