HTML 5
enctype 属性

描述
application/x-www-form-urlencoded 在发送前对所有字符进行编码(默认)。
multipart/form-data 不对字符编码。当使用有文件上传控件的表单时,该值是必需的。
text/plain 将空格转换为 "+" 符号,但不编码特殊字符。
上一篇:streamsets mongodb destinations 使用


下一篇:AJAX实现无刷新验证用户名