关于多部分/表单数据?

发布于 2024-08-21 10:35:11 字数 160 浏览 9 评论 0原文

是否还有另一个像 enctype 但不是 form-datamultipart/form-data

编辑

特别是,网络应用程序中还使用了哪些其他内容?

Is there another multipart/form-data like enctype but not form-data?

EDIT

Especially,what others are used in web applications?

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

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

发布评论

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

评论(2

病毒体 2024-08-28 10:35:11

multipart/byteranges 用于部分数据。
然而,这通常用在服务器->服务器中。客户端方向(其中表单数据位于另一个方向)。问题中的“表单提交”标签和其他提示表明这可能不是OP正在寻找的编码类型。

其他多部分子类型包括

  • 多部分/混合
  • 多部分/替代
  • 多部分/并行

,这也更有可能(但不一定)在服务器响应而不是客户端请求的上下文中使用。

以下是来自 Wikipedia 的 MIME 多部分子类型的更全面列表

multipart/byteranges is used for partial data.
However this is typically used in the Server -> Client direction (whereby form-data is in the other direction). The "Form submitting" tag and other hints in the question indicate that this may not be the kind of encoding the OP is looking for.

other multipart subtypes include

  • multipart/mixed
  • multipart/alternative
  • multipart/parallel

Which too would be more likely (but not necessarily) used in the context of server responses rather that of client requests.

Here is a more comprehensive list of MIME multipart subtypes from Wikipedia

全部不再 2024-08-28 10:35:11

内容类型的详细说明来自 microsoft

单击此处查看全部内容

  1. multipart/alternative [RFC1521]

当相同信息以不同形式呈现在不同正文部分时,使用 multipart/alternative 内容类型。身体部位按照复杂性的增加进行排序。例如 ...

Detailed explanation of content types from microsoft

Click here to view all of them

  1. multipart/alternative [RFC1521]

The multipart/alternative content type is used when the same information is presented in different body parts in different forms. The body parts are ordered by increasing complexity. For example ...

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