THE NULL POINTER ================ 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 It is possible to append your own file name to the URL: https://0x0.st/aaa.jpg/image.jpeg URL SHORTENING HAS BEEN DISABLED DUE TO FREQUENT ABUSE File URLs are valid for at least 30 days and up to a year (see below). Files can be set to expire sooner by adding an "expires" parameter (in hours) curl -F'file=@yourfile.png' -Fexpires=24 https://0x0.st OR by setting "expires" to a timestamp in epoch milliseconds curl -F'file=@yourfile.png' -Fexpires=1681996320000 https://0x0.st Expired files won't be removed immediately, but will be removed as part of the next hourly purge. Whenever a file that does not already exist or has expired is uploaded, the HTTP response header incl
Show comments (11)