-
- expires in {expiryValue()}
-
-
-
+
+
+ expires in {expiryValue()}
+
+
+
+
-
- {progress()}%
-
-
- {status() === "encrypting"
- ? "encrypting\u2026"
- : "uploading\u2026"}
-
-
+
+
+ {progress()}%
+
+
+ {status() === "encrypting"
+ ? "encrypting\u2026"
+ : "uploading\u2026"}
+
+
+
-
+
- {file()!.name}
+
+ {file()!.name}
+
+
+ {tooLarge()
+ ? `${formatBytes(file()!.size)} / ${formatBytes(maxFileSize())}`
+ : formatBytes(file()!.size)}
+
- {
+ e.stopPropagation();
+ handleUpload();
+ }}
>
- {tooLarge()
- ? `${formatBytes(file()!.size)} / ${formatBytes(maxFileSize())}`
- : formatBytes(file()!.size)}
-
-
-
-
+ upload
+
+
+
-
- drop a file, or
-
-
-
-
- up to {formatBytes(maxFileSize())}
+
+
+ drop a file, or
-
+
+
+
+ up to {formatBytes(maxFileSize())}
+
+
+