react-native-releases icon indicating copy to clipboard operation
react-native-releases copied to clipboard

[0.75] Fix file upload with FormData

Open foyarash opened this issue 4 months ago • 1 comments

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.

foyarash avatar Sep 26 '24 10:09 foyarash