summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 0186d89..0bf6019 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -57,6 +57,8 @@
Server for uploading files.
Use the form here or send a POST request to /upload with the content of the file in the body.
+The request can contain a X-ResourceMeta-Extension header with the desired extension of the file including the dot (i.e. .gif or .flac).
+This will improve compatibility when fetching the file.
If a token has been set on the server, pass the token in the request via a X-Token header.
The response will contain a X-Resource-ID header containing the ID of the saved file.