Upload files

Upload files

You are responsible for the files that you upload.

{#if !neverExpire} {/if} {#if !selectedFiles || selectedFiles.length <= 1} {#if !autogenUrl} {/if} {:else} {/if} {#if uploading} {/if} {#if finishedFileUploads.length > 0}

Newly uploaded files

{#each finishedFileUploads as fileUpload} {/each}
{/if} {#if $locals.flash.url} {/if}

File list

{#each $locals.files as file} {:else} {/each}
# Name Size Expires in Actions
{file.id}
{file.real_name}
{(file.size / (1024 * 1024)).toFixed(2)}MB {#if file.expires_at} {:else} Never {/if} {#if file.shouldBeDeleted} Pending deletion {:else}
{/if}
You haven't uploaded any file yet.