From 51acf0702e93135d0b2a16f860d7c2027d41a0ea Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Tue, 17 May 2022 01:29:17 +0200 Subject: [PATCH] updated README with share ext sthing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2978b4d..e961d61 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,6 @@ Other urls are: - `/:id` to get the default site to display the share. - `/s/:id` to get the shared file directly. + +When you request a shared file directly, you can add anything after a dot behind the id e.g. `/s/jW8ADy.png`. +This is done to make the browser display the file correctly. On the server side, this will be stripped away.