{
+ ev.stopPropagation();
+ ev.preventDefault();
+ }}
+ >
+
{
+ const file = ev.currentTarget.files?.[0];
+ if (file) {
+ onFileSelected(file);
+ }
+ }}
+ accept="image/png, image/jpeg"
+ />
+
+ {resolution === "desktop"
+ ? "Click here or drag an image file"
+ : "Tap here to load your picture"}
+
+
+