File_uploader is showing the uploaded files in the UI locally, but not when hosting the service on the server

Hi,

I am using file_uploader with accept_multiple_files=True. While I run the code locally, I am able to see the uploaded files in the UI.

image

But when I hosted the service on a server machine, the files are not visible in the UI.

image

Could you please help me on this?

Hi @SSofficial_Ss,

Welcome to the Streamlit Community!!! :partying_face: :partying_face: :partying_face: :partying_face:

So, to make sure I understand your question:

  • You made and app locally using st.file_uploader and you were able to upload a file from your computer and see it on the app
  • You deployed your app, and then tried to re-upload your file from your computer but it is not working once you launched your app?

Where did you deploy your app to?
also do you have a link to your github and app that you can send to me?

Thanks!
Marisa