mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 09:18:33 -05:00
Use HTTP POST to upload files rather than sending 4K chunks one at a time over the websocket. This is massively faster and also means no binary websocket support is needed. In theory this approach should be compatible with Shiny Server. Currently the client side code still uses File API which means IE8 and 9 users are out of luck.