标签: r rstudio shinydashboard
我的代码中有以下fileinput,它在我的本地计算机上工作正常,但如果我尝试访问Intranet中的页面,则在页面中看不到同样的内容。
fileInput('datafile1', 'Choose the file', accept=c('.xlsx',".xls"))
我在这里遗漏了什么。