【发布时间】:2011-01-27 01:27:39
【问题描述】:
我发现 HTML 表单只支持两种 enctype 类型。它们是application/x-www-form-urlencoded 和multipart/form-data。我了解我在需要上传文件时使用multipart/form-data。我什么时候使用application/x-www-form-urlencoded?是默认形式的enctype吗?
【问题讨论】:
-
其实三个:也支持text/plain。