Enable progress tracking for directory uploads
Source:R/shiny-fancyFileInput.R
observeDirectoryProgress.RdHelper function to set up progress tracking using progress2
for fancyDirectoryInput. Call this in your server function
to enable automatic progress updates.
Usage
observeDirectoryProgress(inputId, session = shiny::getDefaultReactiveDomain())Arguments
- inputId
the input ID of the
fancyDirectoryInput- session
the Shiny session object (default:
shiny::getDefaultReactiveDomain())