Please have a look to upload field I have defined
'fields' => array(
array(
'id' => 'eto_personal_photograph',
'type' => 'image',
'name' => esc_html__( 'Upload your photograph: ', 'tmi' ),
'desc' => esc_html__( 'Your photograph can only be in .gif, .jpg or .png format.', 'tmi' ),
'max_file_uploads' => '1',
'attributes' => array(
'required' => array( 'required' => "true" ),
),
'columns' => 12,
),
)
will this help?
Regards