asked on
</noscript>
<script>
$('#welcomeModal').modal('show');
$("#file-3").fileinput({
browseClass: "btn btn-warning ",
showUpload: true,
showRemove: false,
showCaption: false,
fileType: "any"
});
$(".btn-warning").on('click', function() {
if ($('#file-4').attr('disabled')) {
$('#file-4').fileinput('enable');
} else {
$('#file-4').fileinput('disable');
}
});
</script>
<noscript>
modal12.PNG