文件上传表单:
<input type = "file" name ="image">
;
用来接收文件:$_FILES()
;
把上传文件的临时路径里面保存的临时文件移动到指定文件夹下面:move_uploaded_file($FILES['img'] ['tmp_name'] ,'ooxx.jpg')
;
文件上传表单:
<input type = "file" name ="image">
;
用来接收文件:$_FILES()
;
把上传文件的临时路径里面保存的临时文件移动到指定文件夹下面:move_uploaded_file($FILES['img'] ['tmp_name'] ,'ooxx.jpg')
;
本文标题:文件上传表单
本文链接:https://www.haomeiwen.com/subject/cayqoftx.html
网友评论