2018-09-15 08:21:02 +02:00
|
|
|
<label class="wizard-btn wizard-btn-upload-file {{if uploading 'disabled'}}">
|
2018-09-09 15:03:46 +02:00
|
|
|
{{#if uploading}}
|
|
|
|
{{i18n "wizard.uploading"}}
|
|
|
|
{{else}}
|
|
|
|
{{i18n "wizard.upload"}}
|
2018-09-15 08:21:02 +02:00
|
|
|
{{d-icon "upload"}}
|
2018-09-09 15:03:46 +02:00
|
|
|
{{/if}}
|
|
|
|
|
2019-07-19 05:47:17 +02:00
|
|
|
<input disabled={{uploading}} type="file" accept="{{field.file_types}}" style="visibility: hidden; position: absolute;" />
|
2018-09-09 15:03:46 +02:00
|
|
|
</label>
|
2018-09-15 08:21:02 +02:00
|
|
|
|
|
|
|
{{#if field.value}}
|
|
|
|
<a href="{{field.value.url}}" class="filename">
|
|
|
|
{{field.value.original_filename}}
|
|
|
|
</a>
|
|
|
|
{{/if}}
|