为什么ajax回发表单内容类型不能是multipart/form-data?

发布于 2024-11-14 16:48:33 字数 332 浏览 1 评论 0 原文

我有一个页面,其中表单的内容类型设置为 enctype="multipart/form-data"。该页面包含 标签和一个发布(启动上传)的按钮。两者都位于通过 ajax 更新的面板内。单击该按钮会生成一个 xmlhttp 请求,其内容类型为 application/x-www-form-urlencoded

基本上,当上传输入位于通过 ajax 更新的容器内时,表单的 enctype 会被忽略。

有很多帖子说你不能使用 ajax 进行多部分/表单数据。这是为什么呢?

I have a page where form's content-type is set to enctype="multipart/form-data". The page contains <input type="file" tag and an button that posts(initiates upload). Both are inside of a panel that is updated via ajax. Clicking the button generates a xmlhttp request which whose content-type is application/x-www-form-urlencoded.

Basically the enctype of the form is ignored when the upload input is inside container that is updated via ajax.

There is lots of posts saying that you can't have multipart/form-data with ajax. Why is this?

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

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

发布评论

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

评论(1

記柔刀 2024-11-21 16:48:33

您可以创建多部分 POST 请求 - 请参阅:

XMLHttpRequest POST multipart/form-data

You can create multipart POST request - see this:

XMLHttpRequest POST multipart/form-data

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