{#await ae_promises.upload__hosted_file_obj}
Uploading {#if $ae_sess.api_upload_kv[task_id]} {$ae_sess.api_upload_kv[task_id].percent_completed}% {/if}
{/await}
{#if label}{@render label()}{:else}
Select Files
Presentation materials only
(PPTX, Keynote, PDF, MP4, etc)
{/if}
{#await ae_promises.upload__hosted_file_obj}
{#if $ae_sess.api_upload_kv[task_id]} {$ae_sess.api_upload_kv[task_id].percent_completed}% {:else} ... {/if}
{:then}
Upload
{#if $events_sess.files.processed_file_list?.length > 0} {$events_sess.files.processed_file_list.length} {$events_sess.files.processed_file_list.length === 1 ? 'file' : 'files'} {:else}
0
{/if}
{/await}