r - Increase max upload file size in Shiny -


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

Popular posts from this blog

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Create a stacked percentage column -