ajax php多文件上传代码
- public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
- "http://www.w3.org/1999/xhtml">
- "content-type" content="text/html; charset=utf-8" />
ajax php多文件上传代码 "errorremind"
>- "unloadpic" type="button" value="上传图片" />
"uploadedname"
>//开源代码phpfensi.com $file_path = '../../../uploads/'; $file_up = $file_path.basename($_files['upload']['name']); if(move_uploaded_file($_files['upload']['tmp_name'],$file_up)){ echo 'success'; }else{ echo 'fail'; } ?>