jQuery(document).ready(function($) {
/******************* Make the file upload text box read-only Start ***********/
$('.cmb2-upload-file').attr('readonly', true);
$('.cmb2-upload-file').addClass('readonly');
/******************* Make the file upload text box read-only Ends ***********/
});