How to upload files form streamlit to external hosting?

Hey all, I am setting up a feedback from in my streamlit app and want users to be able to upload images that are then saved to airtable, has anyone done this before? I cant seem to work out how to make it work.
Thanks in advance!

Hello @Josh_Wilson

You might find st.file_uploader useful in this case to allow user upload the file.

Once the file is uploaded to the webapp environment, you can programmatically push the same to your destination (using APIs or other libs, etc).

Hope this helps! :slight_smile:

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