I use fileInputin shiny. Now, what I would like to do is identify the folder that is shown based on the file download button. So, for example, I would like to make sure that the explorer window opens C: / test / test instead of its default library (which could be, for example, C: / test). So, I would like to indicate something like
fileInput("PE_TS","",multiple=FALSE,path="C:/test/test)
where pathis the path that I would like to show in the explorer.
How should I do it?
source
share