TL;DR:
st.file_uploader is only allowing me to upload 1 image at a time on my mobile Chrome browser.
Full explanation:
I’m using st.file_uploader in my UI to upload images. While testing the UI on my Android phone, I was only allowed to upload one image at a time and had to click “Upload File” each time even though I have accept_multiple_files=True. When I try the same action on my iPhone, I am able to select multiple images at one time. Is anyone else experiencing this issue?
System details:
Samsung Galaxy S21 Android version 15
Chrome mobile browser version 143.7499.146
UI is running Streamlit version 152.2.2
UI accessed via live web host on Render