Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
720 stars 325 forks source link

Original video gets uploaded instead of the edited (recent) version #335

Open pankaz opened 12 months ago

pankaz commented 12 months ago

Let's say that we edit a video locally via the photos.app and then choose the edited video for uploading. The uploader actually sends the original video file instead of sending the latest edited video file. This issue happens only in the case of videos and not images.

Any suggestions / workarounds would be really appreciated.

MilanSingularity commented 9 months ago

Hey @pankaz. If you're using react-native-cameraroll check out this: https://github.com/react-native-cameraroll/react-native-cameraroll/issues/510#event-9774569660