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