react-native-releases
react-native-releases copied to clipboard
[0.75] Fix file upload with FormData
Target Branch(es)
0.75
Link to commit or PR to be picked
https://github.com/facebook/react-native/pull/46543
Description
0.74 introduced an issue to FormData that breaks file upload with FormData, where the Content-Disposition header does not respect the required format. The changes introduced in the PR fixes that.