R/mod_get_layers.R
mod_get_layers_UI.Rd
Generate UI component for file upload using Shiny's fileInput to allow users to upload GeoPackages to a Shiny app.
fileInput
mod_get_layers_UI(id, label, multiple, accept)
inputID for file upload UI component.
label for file upload widget on the UI.
logical, whether to accept multiple file uploads.
file types to accept - vector of strings indicating extensions or MIME type