thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
896 stars 70 forks source link

Manual upload: Add multi image picker #44

Open spaibs opened 4 years ago

spaibs commented 4 years ago

https://pub.dev/packages/multi_image_picker

thielepaul commented 4 years ago

According to this issue (https://github.com/Sh1d0w/multi_image_picker/issues/103) multi_image_picker does not return the original image but a copy where the EXIF data has been stripped. The proposed solution is to get the filepath, but this functionality was removed recently (https://github.com/Sh1d0w/multi_image_picker/issues/379). I would propose that, we use the multi_image_picker only to select the photos and then try to reuse the code from the auto upload to get the photos (with their exif data). This should also allow us to do the manual upload in background.