Saving Document wuth Streamlit Running on Server

Hi everyone

We have deployed our streamlit app on our internal server. Now users can reach the Streamlit with an IP address and port. Works perfectly.

However, I am trying tonsave a PDF report to user’s Desktop, but didn’t manage it. It worked when using a local host, but it doesn’t work when deployed to server.

Anyway, what would be your recommendation to be able to ask to user where do you want to save the PDF and save it, noting that Streamlit is deployed on server and user reaches it from an IP address?