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

file.fail is a no-frills anonymous file hosting service. No accounts, no tracking, no bullshit. Upload a file, get a link, share it. Files are automatically deleted after 3 days.

Maximum file size is 1 GB. All file types accepted. We do not inspect or log the contents of uploaded files beyond what is technically necessary to serve them. Files that violate applicable law may be removed upon report.

Uploads via browser or curl. No JavaScript required for curl uploads. This service is operated as a hobby project and provided as-is with no uptime guarantee.