From 8cffd7dd5e5bfa490a89f5d6318adb8731898125 Mon Sep 17 00:00:00 2001 From: serversdown Date: Sat, 16 May 2026 04:58:11 +0000 Subject: [PATCH] fix(deploy): allow picking an existing photo, not just camera capture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The photo input had `capture="environment"` which forces mobile browsers to open the camera and skip the "Photo Library" / "Choose File" options. Useful when you're literally at the install site, problematic when you took the photo earlier and want to upload it now from your gallery. Removed the attribute. Most mobile browsers now present a chooser ("Take Photo", "Photo Library", "Choose File"). EXIF extraction works identically either way — the server doesn't care whether the file came from the camera or the gallery. Hint copy updated to reflect both options. Co-Authored-By: Claude Opus 4.7 --- templates/deploy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/deploy.html b/templates/deploy.html index ca44d8d..dfabc8a 100644 --- a/templates/deploy.html +++ b/templates/deploy.html @@ -53,11 +53,11 @@