Driverthing/templates
Claude 8c5450348a
Fix multipart upload failure: raise body limit and fix catch syntax
Axum 0.7 defaults to a 2 MB body limit, which rejects typical phone photos
(often 5–15 MB). Added DefaultBodyLimit::max(50 MB) to accept large images.

Also changed `catch {}` to `catch (e) {}` in the sessionStorage IIFE; the
optional-catch-binding syntax (ES2019) is not supported by all mobile
WebViews, which would have prevented the script from loading entirely.

https://claude.ai/code/session_015myTTMs6yDsAGarATe5ePZ
2026-03-18 20:47:44 +00:00
..
index.html Fix multipart upload failure: raise body limit and fix catch syntax 2026-03-18 20:47:44 +00:00