What happens to inputfiles on free shinyapps.io server

Hey everybody,

I have shiny app which requires the user to upload a .xlsx file. The app then runs some analysis, and creates a report. My question is what happens to this file after it's uploaded? Does the file get stored or the server, or is the data simply read, and the file is deleted?

Thanks, Michael

The section of documentation on the storage lifecyle should help.

Of course, your application may delete the file after completing the analysis as well.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.