{#if widget.attrs.variant === "fileUpload" || isMobile} {:else}
{#if !$nodeValue || $nodeValue.length === 0}
{#if uploadError}
Upload error: {uploadError}
{/if}
{:else}
{#if uploadError}
Upload error: {uploadError}
{/if}
{/if}
{/if}