[摘要]这是我近来开发的一套上传投票一体化的系统,共由4个php和若干记录文件组成,这是第一个view.php,主要负责显示文件列表和上传的文件表单和文件名的检验.其中的地址均为真实地址,请使用时作相应修改...
这是我近来开发的一套上传投票一体化的系统,共由4个php和若干记录文件组成,这是第一个view.php,主要负责显示文件列表和上传的文件表单和文件名的检验.其中的地址均为真实地址,请使用时作相应修改,我将在最后1篇提供具体的使用方法。
<html>
<head>
<link rel="stylesheet" href="../css/eccct.css">
</head>
<body>
<center>
<script src=http://home.classover.com/~vampirehunter/js/menu.js></script>
<script>
function opennewwin(url){
window.open(url,null,"height=200,width=200,status=no,toolbar=no,menubar=no,location=no");
}
function check(theform){
var tempstr=theform.upfile.value.split("\");
var files=tempstr[tempstr.length-1].split(".");
if(theform.writer.value==""
关键词:不用数据库的多用户文件自由上传投票系统(1)