Skip to content

Allow for upload of multiple files#332

Merged
schloerke merged 3 commits intorstudio:mainfrom
Olink-Proteomics:multi-upload
Aug 10, 2023
Merged

Allow for upload of multiple files#332
schloerke merged 3 commits intorstudio:mainfrom
Olink-Proteomics:multi-upload

Conversation

@AskPascal
Copy link
Copy Markdown
Contributor

@AskPascal AskPascal commented Apr 6, 2023

These changes should fix #278

The app$upload_file() function now takes a vector of strings (filenames) and thus can use shinys fileInput(multiple = TRUE) elements.
A test app was added that uploads two files to one fileInput() and lists meta information for both of them. The test app for a single file upload is still passing locally and in the github CI on the forked repo.

And add test app for it
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 6, 2023

CLA assistant check
All committers have signed the CLA.

@schloerke schloerke requested a review from cpsievert August 10, 2023 18:26
Copy link
Copy Markdown
Collaborator

@schloerke schloerke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs news entry

@schloerke schloerke merged commit 3e608ea into rstudio:main Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upload_file fails for multiple file selection

4 participants