From 87b95f50fb9fc0302520d9fdb196fcaa00b8f09b Mon Sep 17 00:00:00 2001 From: borissedw Date: Sun, 17 Sep 2023 17:38:12 +0300 Subject: [PATCH] 0.0.251 --- static/js/user_profile(boris).js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/user_profile(boris).js b/static/js/user_profile(boris).js index 7094e83..839d4a2 100644 --- a/static/js/user_profile(boris).js +++ b/static/js/user_profile(boris).js @@ -155,7 +155,8 @@ function getBase64(file,el) { resolve(file_new = JSON.stringify({ 'file': reader.result, 'file_type': el.type, - 'file_name': el.name + 'file_name': el.name, + 'file_size': el.size }) ) }