如何用ASP在图片上传的时候显示一个浏览按件,奠基后可以浏览硬盘目录

afeinotebook 2004-01-05 10:37:12
感谢各位来看看,想象大家讨教如何用ASP在图片上传的时候显示一个浏览按件,奠基后可以浏览硬盘目录,谢谢那未能详细解释一下原理。最好能提供源代码!
...全文
41 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
hrbwzp 2004-01-06
  • 打赏
  • 举报
回复
<input type="file" name=file>
潜水的鱼 2004-01-06
  • 打赏
  • 举报
回复
设一个文件类的input
blueice2002 2004-01-06
  • 打赏
  • 举报
回复
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
</head>

<body>

<form method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p>
<input type="file" name="F1" size="20"><input type="submit" value="提交" name="B1"><input type="reset" value="重置" name="B2"></p>
</form>

</body>

</html>



其他代码自己加吧
i三千 2004-01-05
  • 打赏
  • 举报
回复
http://www.8esky.com/net/list.asp?ID=62
http://study.mesky.net/InfoView/Article_5638.html


http://www.google.com/search?q=%E6%97%A0%E7%BB%84%E4%BB%B6%E4%B8%8A%E4%BC%A0&ie=UTF-8&oe=UTF-8&hl=zh-CN&lr=
DeltaCat 2004-01-05
  • 打赏
  • 举报
回复
^_^
i三千 2004-01-05
  • 打赏
  • 举报
回复
那不是html中的文件域么?

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<form name="form1" enctype="multipart/form-data" method="post" action="">
<input type="file" name="file">
<input type="submit" name="Submit" value="上传">
</form>
</body>
</html>

28,407

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧