How to create beautiful image upload in configuration of Magento 2
To create beautiful image upload in configuration of Magento 2, add the following code in system.xml:

And it is also necessary to create a custom model in system.xml:
NameSpace\YourModule\Model\Config\Backend\Image.php
Source (
