2022-07-06 01:41:31 +08:00
|
|
|
<label
|
|
|
|
class="btn"
|
|
|
|
disabled={{this.uploadingOrProcessing}}
|
|
|
|
title={{i18n "admin.site_settings.uploaded_image_list.upload.title"}}
|
|
|
|
>
|
|
|
|
{{d-icon "far-image"}} {{this.uploadButtonText}}
|
|
|
|
<input
|
2024-10-23 17:08:09 +08:00
|
|
|
{{did-insert this.uppyUpload.setup}}
|
2022-07-06 01:41:31 +08:00
|
|
|
class="hidden-upload-field"
|
2024-10-23 17:08:09 +08:00
|
|
|
disabled={{this.uppyUpload.uploading}}
|
2022-07-06 01:41:31 +08:00
|
|
|
type="file"
|
|
|
|
accept="image/*"
|
|
|
|
multiple
|
|
|
|
/>
|
2018-07-18 18:57:43 +08:00
|
|
|
</label>
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.uploadingOrProcessing}}
|
2024-10-23 17:08:09 +08:00
|
|
|
<span>{{i18n "upload_selector.uploading"}}
|
|
|
|
{{this.uppyUpload.uploadProgress}}%</span>
|
2018-07-18 18:57:43 +08:00
|
|
|
{{/if}}
|