This commit is contained in:
2023-10-22 14:51:47 +03:00
parent 5471696d62
commit ac2de4ddcc
2 changed files with 4 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ async function upload_photo_f_profile (el,files) {
processData: false,
contentType: false,
// enctype: 'json',
data: JSON.stringify(data),
data: data,
success: function(data){
middleWareJS()