input[type="file"]::-webkit-file-upload-button{
-webkit-appearance: none;
width:0px;
opacity: 0;
}
<input class="input-text input-text-max" type="file" id="INPUT_Uboot" style="padding-right: 35px;">
<label class="button" for="INPUT_Uboot" type="button" style="border:1px solid rgb(118, 118, 118);background-color:#efefef;padding:0 2px">上传文件</label>
效果