From b0171367e9bffcd0be44a296aefbbac743cd8e6c Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 24 Jun 2026 11:04:31 +0000 Subject: update faq --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 170f9ec..904adb6 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,18 @@
I dunno. Til I feel like deleting them, which will depend how big they are. Probably for a while. I have a decent amount of free space online (and even more offline that I might move items to for cold storage).
Use it more and make me cry.
+
How else can I upload files?
+
+
+curl --upload-file file.jpg https://www.hostfil.es
+curl -Ffile=@file.jpg https://www.hostfil.es
+curl -Ffile[]=@file1.jpg -Ffile[]=@file2.jpg https://www.hostfil.es
+				
+ Or anything else that will send it as either a PUT or POST body. +
Note that if you want to send multiple files the field needs to be named file[] and you need to use multipart/form-data. +
If you don't use multipart/form-data then the whole request body must be the single file you wish to upload. +
+
Are my files private?
Mostly. Anyone who knows the SHA-512 sum of the contents can probably find them. Any of our staff (admins and moderators) can find them. And our server host (OVH) could also access our server and find them.
@@ -45,7 +57,7 @@
Cuz.
Who should I thank?
-
steering. +
steering.
-- cgit v1.3.1-10-gc9f91