-----------------------------------form.html---------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
成都創(chuàng)新互聯(lián)公司從2013年成立,是專業(yè)互聯(lián)網技術服務公司,擁有項目成都做網站、網站建設、外貿營銷網站建設網站策劃,項目實施與項目整合能力。我們以讓每一個夢想脫穎而出為使命,1280元廣東做網站,已為上家服務,為廣東各地企業(yè)和個人服務,聯(lián)系電話:18980820575
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Document</title>
<script type="text/javascript">
function send(){
var pic = document.getElementsByTagName('input')[0].files[0];
var fd = new FormData();
fd.append('pic',pic);
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function(){
if( this.readyState == 4 && this.status == 200 ){
document.getElementById('info').innerHTML = this.responseText;
}
}
xmlhttp.open('POST','upload.php',true);
xmlhttp.send(fd);
}
</script>
</head>
<body>
<div id="info"></div>
<form action="">
<input type="file" onchange="send()" />
</form>
</body>
</html>
--------------------------------------upload.php-------------------------------------
<?php
if(move_uploaded_file($_FILES['pic']['tmp_name'],'./upload/'.$_FILES['pic']['name'] )){
echo '上傳成功 ';
}else{
echo '上傳失敗';
}
?>
分享題目:html5-php的ajax文件上傳實現(xiàn)
URL標題:http://jinyejixie.com/article30/ggeipo.html
成都網站建設公司_創(chuàng)新互聯(lián),為您提供企業(yè)網站制作、商城網站、企業(yè)建站、營銷型網站建設、自適應網站、域名注冊
聲明:本網站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)