From 05bd41f256b6565cd420d6a8d49d18c124d7325d Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 28 May 2018 18:03:35 +0200 Subject: [PATCH] Upload a password-protected file from apps --- www/common/sframe-common-file.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 54ad2096c..ff604b189 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -53,6 +53,7 @@ define([ data.name = file.metadata.name; data.url = href; + data.password = file.password; if (file.metadata.type.slice(0,6) === 'image/') { data.mediatag = true; }