r - How to change 'Maximum upload size exceeded' restriction in Shiny and save user file inputs? -


i've learned r shiny programs impose maximum size restriction file uploads default (i don't know size exactly, i'm guessing it's 5,000 kb). i'd remove restriction. how can so, , there general rule of thumb size of user uploads?

in addition, on note, related: how can save fie inputs user session? example, there file prompt in application, in user can upload file. then, when user chooses file display, can pick among files has uploaded. if exits session, list clears.

quoting joe cheng this shiny-discuss post

by default, shiny limits file uploads 5mb per file. can modify limit using shiny.maxrequestsize option. example, adding options(shiny.maxrequestsize=30*1024^2) top of server.r increase limit 30mb.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -