You can simply select the file in your browser and download it to the specified folder.
This is called "copying".
Create environment.
python -m venv .venv
. .venv/bin/activate
pip install -r app/requirements.txt
Run server.
fastapi dev app/main.py
Open http://127.0.0.1:8080/ in your browser and enjoy copying files!