Skip to content

Commit b206525

Browse files
committed
add a news item for file uploading in IE8/9
1 parent 443850b commit b206525

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ shiny 0.10.1.9xxx
1010
you have customized the DataTables options in your apps. (More info:
1111
https://github.com/rstudio/shiny/pull/558)
1212

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+
1317
* Switched away from reference classes to R6.
1418

1519
* Reactive log performance has been greatly improved.

0 commit comments

Comments
 (0)