You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Content-ID field to each part of the request. The value of the Content-ID-field will be the name of the key of the part in the parts dictionary of the upload request, so contents of separate parts can refer to each other through cid's.
Some background: #135
Currently
react-native-blob-courier
supportsmultipart/form-data
file uploads only, it should support multipart/related as well.Proposed solution
multipartType: "form-data" | "related"
field to BlobMultipartMapUploadRequestContent-ID
field to each part of the request. The value of the Content-ID-field will be the name of the key of the part in theparts
dictionary of the upload request, so contents of separate parts can refer to each other through cid's.inline: boolean = false
field to BlobMultipartFormDataProgress
multipartType
toBlobMultipartMapUploadRequest
inline
field toBlobMultiPartFormData
Content-ID
field to each part of the request in Android code baseContent-ID
field to each part of the request in iOS code baseinline
field in Android code baseinline
field in iOS code baseThe text was updated successfully, but these errors were encountered: