由于 {_parts},React Native `Formdata` 无法将数据发送到后端

发布于 2025-01-11 18:30:09 字数 376 浏览 0 评论 0原文

输入图片此处描述我不知道为什么在 react native formData 中使用在 {_parts} 中发送数据,并为数据字段提供响应作为此字段需要 400 错误...

在后端无法接收{_parts}

有人遇到这个问题请让我知道我自 1 周以来就陷入了这个问题..但是使用 formData 在网络应用程序中工作正常它就像给定图像

enter image description herei don't know why in react native formData use to send data in {_parts} and that gives response for data field as this field is required with 400 error...

in backend it not able to receive in {_parts}

have anyone go through this issue please let me know I am stuck in this since 1week.. but working fine in web application using formData it simply goes like the given image

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

起风了 2025-01-18 18:30:09

它的工作原理是这样的,所以它的正常

React Native Form Data 用于发送表单数据,其中还包括文件,因此在与 FormData 一起使用时,设置标头“Content-Type”:“multipart/formdata”,我认为您后端应该理解这一点。

请参阅下面的链接,该链接是有关如何在 React Native 中发送数据的文章,该文章在 Node 和 Express 中也有后端代码。

此链接

这应该会让您清楚地了解。

It works like that so its normal

React Native Form Data is used to send form data which also includes files so when using with FormData, set header 'Content-Type':'multipart/formdata' and i think you backend should understand this.

Refer the link below which is article to how send data in react native which also has backend code in Node and Express.

This Link

This Should get you idea clear.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文