comp-uploader-hwobs.component.html 242 B

12345
  1. <div class="upload-container">
  2. <h1 class="upload-title">人物形象上传:</h1>
  3. <input type="file" multiple (change)="onFileChange($event)" class="file-input"/>
  4. <button (click)="upload()" class="upload-button">上传</button>
  5. </div>