Coorsaa / shinyMlr

shiny-mlr: Integration of the mlr package into shiny
Other
93 stars 20 forks source link

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

Open jbao opened 7 years ago

jbao commented 7 years ago

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

jakob-r commented 7 years ago

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.

jbao commented 7 years ago

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

jakob-r commented 7 years ago

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.