Overview Adapted from: yoavram/client.py Flask file uploads Usage test=/tmp/upload.txt echo "upload $(date)" >> ${test} curl -X POST -F "file=@${test}" localhost:5000