fileInput Size Limit

37 views
Skip to first unread message

Dario Strbenac

unread,
Feb 18, 2015, 7:00:21 PM2/18/15
to shiny-...@googlegroups.com
For large files, I get an error about the maximum file size being exceeded. The documentation for fileInput doesn't have any discussion of this and whether it can be changed to allow larger files. May the documentation be more informative in the next version ?

ZJ

unread,
Feb 24, 2015, 8:55:35 PM2/24/15
to shiny-...@googlegroups.com
If nothing has changed running the below code should increase your upload limit to 2G

options(shiny.maxRequestSize = 2 * 1024^3)
Reply all
Reply to author
Forward
0 new messages