原理:
1.利用html5开放的FileReader来获取图片并编码
2.将编码后的数据通过ajax异步发送到PHP服务端
3.服务端接收数据后解码图片信息,利用PHP内置函数file_put_contents()生成图片并保存
4.后台操作成功后,返回给前台信息,前台预览
前台html:
<div class="form-group">
<label class="col-md-2 col-sm-2 control-label">图标</label>
<div class="col-md-4">
<img id="simg" class="group-picture" width="75%" height="75%" src="" alt="头图"><br>
<a href="javascript:;" class="a-upload">
<input type="file" name=