上传图片
function upLoad(){ $img = $_FILES['file']; $imgs = $img['name']; return $img; }
http://blog.csdn.net/zxh543362234/article/details/47019325