UpFileForm.asp
资源名称:1.rar [点击查看]
上传用户:yrf020
上传日期:2007-07-24
资源大小:1287k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
HTML/CSS
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" href="Images/CssAdmin.css">
- <title>文件选择</title>
- </head>
- <!--#include file="CheckAdmin.asp"-->
- <body>
- <table width="400" border="0" align="center" cellpadding="12" cellspacing="1" bgcolor="#6ab6b6">
- <form action="UpFileSave.asp?Result=<%=request.QueryString("Result")%>" method="post" enctype="multipart/form-data" name="formUpload">
- <tr>
- <td bgcolor="#eafefe">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="60" height="30" nowrap>选择文件:</td>
- <td><input name="FromFile" type="file" class="textfield" id="FromFile" size="41"></td>
- </tr>
- <tr>
- <td height="30">上传位置:</td>
- <td><select name="SaveToPath" class="textfield">
- <option value="../Upload/PicFiles/" selected>图片文件 /Upload/PicFiles</option>
- <option value="../Upload/DownFiles/">下载文件 /Upload/DownFiles</option>
- <option value="../Upload/OtherFiles/">其他文件 /Upload/OtherFiles</option>
- </select></td>
- </tr>
- <tr>
- <td height="36" colspan="2" align="center" valign="bottom"><input name="reset" type="reset" class="button" value=" 重置 ">
- <input name="Submit" type="submit" class="button" value=" 上传 "></td>
- </tr>
- </table>
- </td>
- </tr>
- </form>
- </table>
- </body>
- </html>
English
