Ask Your Question
2

What is the problem with uploading files in a Shiny application that has multiple sub-applications?

asked 2022-08-31 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-04-30 10:00:00 +0000

ladyg gravatar image

One problem with uploading files in a Shiny application that has multiple sub-applications is that the uploaded files may not be accessible or usable by other sub-applications. Each sub-application in a Shiny application operates independently, with its own server and user interface, and may not be able to access files uploaded in another sub-application. This can make it difficult to share data or files across the entire Shiny application. To overcome this issue, one possible solution is to store the files in a shared location, such as a database or file system, that all sub-applications can access.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-31 11:00:00 +0000

Seen: 14 times

Last updated: Apr 30 '22