ajax异步提交含有上传控件的表单
如题:
<form>
姓名:<input type="text" name="realName"/><br>
<input type="file" name="headImage"/>
<input type="submit" value="提交"/>
</form>
可以通过ajax提交吗,获得服务器返回的json对象
------解决方案--------------------给iis或者apache等web服务器增加json的mime映射 .json ==》 application/json