diff --git a/filed/templates/upload_success.html b/filed/templates/upload_success.html index a002a61..22835d2 100644 --- a/filed/templates/upload_success.html +++ b/filed/templates/upload_success.html @@ -28,8 +28,9 @@

File uploaded successfully!

It is available via the following link: - - {{ link }} +
+
+ {{ env.instanceurl }}/upload/{{ urlencoding::encode(link) }}

@@ -39,7 +40,7 @@ Upload another file
-
+
Copy link