const formdata = new FormData();
formdata.append('files', file);
formdata.append('userId', currentUser.staffId);