shinyFiles icon indicating copy to clipboard operation
shinyFiles copied to clipboard

A shiny extension for server side file access

Results 29 shinyFiles issues
Sort by recently updated
recently updated
newest added

Hey there! I noticed that if one shinyFilesButton is generated within the server part of an app and hidden via shinyjs *with the hidden call inside the renderUI call only*,...

There seems to be a bug in the powershell command for getting the drives. Write-Output does not write an output for VolumeLabel if the drives [IsReady](https://docs.microsoft.com/en-us/dotnet/api/system.io.driveinfo.isready?view=net-6.0#system-io-driveinfo-isready) flag is set to...

Dear Thanks for your useful tool, I learn it and use it to select and create a folder in my laptop, it works well in Win10, however in MacOS when...

If a translationText is used as label of a shinyDirChoose the entire span code is displayed in the button. The problem seems to be the as.character(label). If the as.character is...

I am currently building a shiny app where the user can choose the directoy from which the data is loaded. It all works fine if I only need to open...

Hi, We are using your shinyFiles package extensively within an app we are developing. We really like shinyFiles, but we have one issue for which we can not find a...

Thanks for your work on shinyFiles. I am using two steps in my shiny app that allow users to select a folder with relevant files. The app is unstable, and...

By default, the file picker forces the UI to use large icons and sorts by name. Our users like using lists and want to sort by creation date. Could we...

help wanted

Hi, I am working with `shinyDirButton` and `shinyDirChoose` to allow selection of a folder, starting from a specific default folder specified throgh `defaultPath` and `defaultRoot`. The problem is that when...

Hi, I see that a lot of new features are being built into shinyFiles lately, and that's great, thanks for your hard work! I have come across a problem that...