{#if file_list_status == 'processing'}
Processing selected file list...
{/if} {#if file_list_status == 'blocked_legacy'}
⚠ Upload blocked — legacy file format detected. This Microsoft file type has not been supported in more than 10 years. Please remove the flagged file(s) below and re-save in the modern format before uploading.
{/if} {#if file_list_status == 'warn_legacy'}
⚠ Warning — legacy file format detected. This Microsoft file type has not been supported in more than 10 years and may not work well. You can still upload, but it is strongly recommended to re-save in the modern format first. See details below.
{/if} {#if use_selected_file_table && processed_file_list && processed_file_list.length} Files selected for upload {#each processed_file_list as file_list_item, file_index (file_index)} {#if file_list_item.warning_message} {/if} {/each}
Remove Filename Modified Size Ext Hash
{file_list_item.filename} {file_list_item.modified_datetime_string} {file_list_item.file_size_string} {#if $ae_sess.api_upload_kv[file_list_item.hash_sha256]} ({$ae_sess.api_upload_kv[ file_list_item.hash_sha256 ].percent_completed}%) {/if} {file_list_item.guessed_extension} {ae_util.shorten_string({ string: file_list_item.hash_sha256, begin_length: 5, end_length: 4, wildcard_length: 2 })}
{@html file_list_item.warning_message}
{/if}