Download New Intro
{#if !!downloadPromise}
{#await downloadPromise}
downloading...
{:then result}
Downloaded
{:catch err}
{err}
{/await}
{:else}
{/if}
Upload New Intro
{#if !!uploadPromise}
{#await uploadPromise}
uploading...
{:then result}
Uploaded
{:catch err}
{err}
{/await}
{:else}
{/if}
{/if}