Skip to content

Question: How to upload with Multipart? #265

Closed
@kusche12

Description

@kusche12

Current behavior

The documentation mentions that we can use backgroundUpload() with upload type MULTIPART. I've never seen a Multipart upload solution that works with a single endpoint URL, so I am curious to learn more.

Can someone explain to me what I need to do to get a single S3 URL that I can use in this function? My app currently uses a Presigned S3 URL for a single video upload, but this URL does not work when uploadType is set to Multipart.

Expected behavior

I pass a single S3 Presigned URL, my file path, and uploadType === Multipart, and react-native-compressor will handle the multi-part upload in the background.

Platform

  • Android
  • iOS

React Native Version

0.73.2

React Native Compressor Version

1.82.23

Reproducible Steps And Demo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions