We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443850b commit b206525Copy full SHA for b206525
NEWS
@@ -10,6 +10,10 @@ shiny 0.10.1.9xxx
10
you have customized the DataTables options in your apps. (More info:
11
https://github.com/rstudio/shiny/pull/558)
12
13
+* File uploading via `fileInput()` works for Internet Explorer 8 and 9 now. Note
14
+ IE8/9 do not support multiple files from a single file input. If you need to
15
+ upload multiple files, you have to use one file input for each file.
16
+
17
* Switched away from reference classes to R6.
18
19
* Reactive log performance has been greatly improved.
0 commit comments