Upload stream from file_uploader directly to blob storage

I’m creating a streamlit app to upload files manually to Azure Blob Storage and File Storage.

The idea is that the people will upload their files and then click on submit to send the data to a specific path.

Is there any way to not save the file in memory but submit the stream to Blobl Storage directly?

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