eaa2dab365
- Set manualPhotoFile = pickedPhotoFile directly (preserves EXIF) - Set manualPhotoBlob = pickedPhotoFile (preserves EXIF) - Keep FileReader for preview display only - Trigger EXIF GPS extraction via extractGpsFromPhoto() - Fill GPS coordinates into manual form (parking + map link) Previously the function used readAsDataURL -> atob -> Blob which stripped all EXIF metadata. Now the original File flows through to submitManualAsset where exifr.parse() re-embeds EXIF on the server.