Upload Image

{#if currentProgress > 0 && currentProgress < 100}

{currentProgress}%

{/if} {#if fileName !== ""}

{fileName} uploaded

{/if} {#if similar.length > 0}

Similar posts: {#each similar as post, i} {post.id} {#if i < similar.length - 1} , {/if} {/each}

{/if}