I want restrict uploading file in fileInput in Shiny but if I use parameter accept like
fileInput("file_input","Choose your file",accept =".csv")
so I can upload all type file like txt.
Is it any choice how to accept uploading only csv? Thank you.