How to solve the problem that changing the face value of the picture causes the upload button of ng2-file-upload to be invalid?

<select class="input-group-sm form-control">
    <option>{{xx}}</option>
</select>

<input -sharpfileSelect type="file" ng2FileSelect [uploader]="uploader" (change)="bb($event)" />

<button class="btn-font-size btn btn-primary btn-block" (click)="aaa()" [disabled]="!uploader.getNotUploadedItems().length">
   <span class="glyphicon glyphicon-upload"></span>Upload
</button>

situation restore:
I first select a file, then click select to select a value, and find that upload button is invalid.
is there a great god who can help?

Mar.02,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b9d726-2f39c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b9d726-2f39c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?