除了在包含<input type="file" />的表单中,enctype <form>属性的multipart/form-data值是否有任何用处
发布于 2011-01-18 09:58:45
在此阶段,multipart/form-data仅用于通过inputtype=file元素发送文件:
http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2
https://stackoverflow.com/questions/4719804
复制相似问题