TMP File Upload

All uploaded files are automatically deleted after 10 minutes.
Max file size is 25MB.

Drag and drop a file here, or click to select
Scan QR code to download

CLI Usage

Usage:

Upload file

curl -T file tmp.pank.org
curl --data-binary @file tmp.pank.org

Upload data from STDIN

date | curl -sd@- tmp.pank.org