Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multipart file upload for iOS #329

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sxcore
Copy link

@sxcore sxcore commented Feb 16, 2023

This PR proposes a fix to problem when file uploads restarts completely when iOS app comes back from background state.

Summary

Added functions that will split files in part and safely check and save them on disk, and when starting again the remains of previous multipart files will be removed from disk to prevent unnecessary disk usage.

Compatibility

OS Implemented
iOS
Android

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)
  • I've added Detox End-to-End Test(s)
  • I've created a snack to demonstrate the changes: LINK HERE

@sxcore sxcore changed the title iOS - Add multipart file upload Add multipart file upload for iOS Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant