r - Increase max upload file size in Shiny -
this question has answer here:
how can increase maximum file size can uploaded in shiny beyond 30 mb?
set variable in global options
options(shiny.maxrequestsize = 30*1024^2) this question has answer here:
how can increase maximum file size can uploaded in shiny beyond 30 mb?
set variable in global options
options(shiny.maxrequestsize = 30*1024^2)
Comments
Post a Comment