diff --git a/_includes/tutorial/uploads.md b/_includes/tutorial/uploads.md index 4041b5ab9..4b9b867cd 100644 --- a/_includes/tutorial/uploads.md +++ b/_includes/tutorial/uploads.md @@ -22,7 +22,7 @@ shinyUI(pageWithSidebar( headerPanel("CSV Viewer"), sidebarPanel( fileInput('file1', 'Choose CSV File', - accept=c('text/csv', 'text/comma-separated-values,text/plain')), + accept=c('text/csv', 'text/comma-separated-values,text/plain', '.csv')), tags$hr(), checkboxInput('header', 'Header', TRUE), radioButtons('sep', 'Separator',