I'am trying to add a field to upload image for specific user. I add field but problem is when I try save User. Image isn't uploaded and I got exception that $_FILES is empty. I followed these instructions:
Magento2 : Admin module Image upload code to display form
How to successfully upload image?