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
When I attempt to upload file using the fetch + FormData, Android plays well and IOS always fails. After monitoring the http request, I found that IOS creates the http request as follows:
the boundary in the content-type is wrapped with delimiter "
and this is the android's:
This is probably cause by the code in _react-native/Libraries/Network/RCTNetworking.m_line 117