<html> <head> <title></title> <style> .lbtn {font-family:verdana;font-size:10.5pt;} .ist {font-family:verdana;font-size:14.8px;size:400} </style> <script LANGUAGE="javascript"> function check(){ document.frm1.submit(); document.body.innerHTML="Uploading Please wait!"; } var i=0; function create(){ var sfrm = document.frm1.innerHTML; var icnt = cnt.value; for(j=0;j<icnt;j++) { sfrm = sfrm + "请选择文件 "+i+" <input type=file name='file"+i+"' class=ist>"; sfrm = sfrm + " 路径:<input type=text name='path"+i+"' value='tmp/' class=ist>"; sfrm = sfrm + "<br>"; i++; } document.frm1.innerHTML = sfrm; document.frm1.cnt.value=i; } </script> </head> <body class=lbtn onload="document.frm1.cnt.value=cnt.value;"> 请输入要上传文件的数量: <input type=text name=cnt value="10" class=ist onchange="document.frm1.cnt.value=this.value;"> <input type=button name=bt1 value="生成上传文件框" onclick="create();" class=lbtn> <input type=button name=bt1 value="上传" onclick="check();" class=lbtn> <input type=button name=bt1 value="清除" onclick="document.location.reload();" class=lbtn> <form name=frm1 method="post" Enctype="multipart/form-data" action="../../cgi-bin/fileup.php"> <input type=hidden name=cnt value="20" class=ist> </form> <input type=button name=bt1 value="上传" onclick="check();" class=lbtn> <input type=button name=bt1 value="清除" onclick="document.location.reload();" class=lbtn> </body> </html> phpfans.net收集整理 |