=== How To Upload ===
You can upload files to this site via a simple HTTP POST, e.g. using curl:
curl -F "file=@/path/to/your/file.jpg" https://d0x.snowfields.name/

Or if you want to pipe to curl *and* have a file extension, add a "filename":
echo "hello" | curl -F "file=@-;filename=.txt" https://d0x.snowfields.name/

To use a longer file ID (up to 24 characters), add -F id_length=<number>

On Windows, you can use ShareX and import this custom uploader.
On Android, you can use an app called Hupl with this uploader.


 === File Sizes etc. ===
The maximum allowed file size is 512 MiB.

Files are kept for a minimum of 10, and a maximum of 180 Days.

How long a file is kept depends on its size. Larger files are deleted earlier 
than small ones. This relation is non-linear and skewed in favour of small 
files.