Browse and delete stored blobs by collection. Uploads happen from scripts via
files::collection(c).create(…).
Known collection patterns from registered files triggers: {#each collectionHints as h, i} {#if i > 0}, {/if} {/each}
{:else}No files triggers registered yet. Once you register a files trigger from the Triggers tab, its collection glob will appear here as a suggestion.
{/if} {#if error}No files in collection {activeCollection}.
| Name | Content type | Size | Created | ID | |
|---|---|---|---|---|---|
| {f.name} | {f.content_type} |
{fmtSize(f.size)} | {fmtTime(f.created_at)} | {f.id} | Download |
Delete {fileToRemove.name} ({fmtSize(fileToRemove.size)}) from collection
{fileToRemove.collection}? This removes both the metadata row and the bytes on
disk and cannot be undone.
Deleting…
{/if}