Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jbao opened this issue Jul 28, 2017 · 3 comments
Open

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

jbao opened this issue Jul 28, 2017 · 3 comments

Comments

@jbao
Copy link

jbao commented Jul 28, 2017

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

@jakob-r
Copy link
Contributor

jakob-r commented Jul 28, 2017

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
Copy link
Author

jbao commented Jul 28, 2017

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
Copy link
Contributor

jakob-r commented Jul 28, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants