gusucode.com > ASP+ACCESS学生论坛设计与实现(源代码+论文+开题报告) > ASP+ACCESS学生论坛设计与实现(源代码+论文+开题报告)\13学生论坛ASPAC\BBS\reg_upload.asp

    <!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<%
Mybbs.LoadTemplates("usermanager")
Mybbs.Stats=Mybbs.MemberName&template.Strings(1)
Mybbs.Head()
%>
	<table border="0"  cellspacing="0" cellpadding="0" width=100%>
	<tr>
	<td class=tablebody1>
	<form name="form" method="post" action="upfile.asp" enctype="multipart/form-data" >
	<input type="hidden" name="filepath" value="uploadFace">
	<input type="hidden" name="act" value="upload">
	<input type="file" name="file1">
	<input type="hidden" name="fname">
	<input type="submit" name="Submit" value="上传" onclick="fname.value=file1.value,parent.document.theForm.Submit.disabled=true,parent.document.theForm.Submit2.disabled=true;">
	</form>
</body>
</html>