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

error during upload #306

Open Karthik-sk25 opened 2 years ago

Karthik-sk25 commented 2 years ago

error during upload after complete 100%

elirichey commented 1 year ago

error during upload after complete 100%

Any update on this? I'm having the same error with mp4 files. JPG files seem to work fine

elirichey commented 1 year ago

I fixed my error. The issue wasn't this package. The error was the nginx has a default upload size limit of 1MB. I needed to increase the limit.

ursnj commented 1 year ago

@elirichey Thank you soo much man, You saved me :)