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 1 year 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

We can't land this in 0.75 until it lands in main. Skipping for 0.75.4.

blakef avatar Sep 30 '24 13:09 blakef

✅ Picked

cipolleschi avatar Feb 06 '25 11:02 cipolleschi