muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
336 stars 46 forks source link

'multipart/form-data' file data is not passing to controller #69

Closed Manirajss closed 2 years ago

Manirajss commented 2 years ago

Hi , I am using upchunk npm for react for file upload. I am trying to upload using 'Content-Type': 'multipart/form-data'. File data not passing to server(controller). Please suggest how to use 'Content-Type': 'multipart/form-data' .

philcluff commented 2 years ago

Hi @Manirajss, this isn't currently supported - upchunk is designed to work with Mux Direct Upload URLs as documented in the readme, which currently implements the Google Cloud Storage upload scheme.

We don't have any immediate plans to make this library compatible with any other upload schemes, but if we do, we'll keep this in mind.

Thanks.