From b991c65d8b0f3ed37563bace2e61e6c06f1296b5 Mon Sep 17 00:00:00 2001 From: Alexandre Stein Date: Mon, 13 May 2019 16:43:40 +0200 Subject: [PATCH] Update download names file for weak clients --- src/views/Share.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Share.vue b/src/views/Share.vue index b8219570..bbc15d75 100644 --- a/src/views/Share.vue +++ b/src/views/Share.vue @@ -47,7 +47,7 @@ export default { return this.$route.params.pathMatch }, link: function () { - return `${baseURL}/api/public/dl/${this.hash}` + return `${baseURL}/api/public/dl/${this.hash}/${encodeURI(this.file.name)}` }, fullLink: function () { return window.location.origin + this.link