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 }) ) }