// service limits
max size:1 GB
retention:3 days
anonymous:yes
downloads:5 max
uploading...
0%
// curl upload
$
curl -F "file=@yourfile.txt" https://file.fail/upload$
cat yourfile.txt | curl -F "file=@-" https://file.fail/upload