Datei zu Vorgang hinzufügen

This information will be displayed publicly so be careful what you share.

{#if formErrors?.vorgang}

{formErrors.vorgang}

{/if}
{#if formErrors?.name}

{formErrors.name}

{/if}

oder ziehe sie ins Feld

GLB Dateien bis zu 1GB

{#if files?.length}

Datei: {files[0].name}

Größe: {shortenFileSize(files[0].size)}

{/if}
{#if formErrors?.file}

{formErrors.file}

{/if}
Upload {#if inProgress}

Upload läuft...

{:else if etag} Upload erfolgreich {:else} Fehler beim Upload {/if}