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
735 stars 336 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 2 years 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 2 years 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 2 years ago

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