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?