Hi Thomas,
This is a fantastic package you got there and i'm benefit a lot from using it. I want to thank you for making this available, what an awesome package!
I do have a question relating to this package and I'm hoping that I can pick your brain.
When using Shinyfiles package, everything works well on my local machine that I am able to navigate to my local desktop to locate the file directory. However, when I deployed the application to the web on shiny server, the end user is not able to navigate to their local desktop to select the desired directory.
My understanding is that the ShinyFiles package only handle navigation of the server-side file system, so it will always show the file system of the system the app is running on (hence showing the local shiny director when it is deployed to the web).
Can you suggest a way that I can mitigate the navigation such that the end users can still navigate to their local drive using a deployed Shiny application?
Thanks!