请问用asp如何实现音乐的上传与下载啊?

来源:百度知道 编辑:UC知道 时间:2024/07/03 09:07:11
我想做一个音乐网站,有音乐的上传与下载功能,能传mp3,wma等格式的.

用asp实现上传下载

【摘 要】本文详细介绍关于用asp实现上传下载的文章专题。

一共3个文件

<--upfile.asp-->http://ktgirl001.0033.cn

<%OPTION EXPLICIT%>
<%Server.ScriptTimeOut=5000%>
<!--#include FILE="upload_5xsoft.inc"-->
<html>
<head>
<title>文件上传</title>
</head>
<body>
<br>化境文件上传!<hr size=1 noshadow width=300 align=left><br><br>
<%
dim upload,file,formName,formPath,iCount
set upload=new upload_5xsoft ''建立上传对象

response.write upload.Version&"<br><br>"? ''显示上传类的版本

if upload.form("filepath")="" then?? ''得到上传目录
? HtmEnd "请输入要上传至的目录!"
? set upload=nothing
? response.end
else
? formPath=upload.form("filepath")
? ''在