前端
燕_子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
formb表单上传图片
1.首先在head里面写 meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 2.form标签写 <form id="pic_form" method="post" enctype="multipart/form-data" action=""> 3.js的点击函数里写 $('#pic_原创 2017-05-04 16:55:22 · 363 阅读 · 0 评论 -
在html中显示本地图片
更换头像转载 2017-05-04 20:24:19 · 3571 阅读 · 0 评论 -
文件上传ajaxfileupload请求
ajaxfileupload.js:101 Uncaught TypeError: jQuery.handleError is not a function 错误 1.handlerError只在jQuery-1.4.2之前的版本中存在,jQuery-1.4.2之后的版本中都没有这个函数了。 2.如果返回的dataType: “json”, 是json格式的,则还需要添加httpData方法。转载 2017-05-04 16:35:27 · 696 阅读 · 0 评论
分享