643 shaares
563 private links
563 private links
HTTP POST files here:
curl -F'file=@yourfile.png' https://0x0.st
You can also POST remote URLs:
curl -F'url=http://example.com/image.jpg' https://0x0.st
If you don't want the resulting URL to be easy to guess:
curl -F'file=@yourfile.png' -Fsecret= https://0x0.st
curl -F'url=http://example.com/image.jpg' -Fsecret= https://0x0.st