ev.key === 'Escape' && reset()} />
{#each files as file}
{file.name}
{#if file.type.startsWith('image')} To be uploaded. {/if}
{#if !uploading} (files = files.filter((f) => f !== file))} /> {/if}
{#if uploading && files.length > 1}
{/if}
{/each}
addEmitter.emit('choose')} />
{$i18n.t('Upload')}
{#if uploading}
{/if}