网站常用组件支持

来源:百度知道 编辑:UC知道 时间:2024/05/03 01:29:27
组 件 名 称 支持及版本
SoftArtisans.FileUp(SA-FileUp 文件上传) ×
SoftArtisans.ImageGen(SA 的图像读写组件) ×
LyfUpload.UploadFile(刘云峰的文件上传组件) ×
Persits.Upload(ASPUpload 文件上传) ×
w3.upload(Dimac 文件上传) ×

我自己的网页 怎么才能让我的服务器支持 这几个组件?

下面这段代码测试服务器支持哪些组件。
<table border=0 width="90%" cellspacing=1 cellpadding=2 class=a2 align=center>
<tr class=a1 >
<td width="57%" height="25"> 组件名称</td><td width="41%" height="25">支持及版本</td>
</tr>
<%
Dim theInstalledObjects(17)
theInstalledObjects(0) = "MSWC.AdRotator"
theInstalledObjects(1) = "MSWC.BrowserType"
theInstalledObjects(2) = "MSWC.NextLink"
theInstalledObjects(3) = "MSWC.Tools"
theInstalledObjects(4) = "MSWC.Status"
theInstalledObjects(5) = "MSWC.Counters"
theInstalledObjects(6) = "MSWC.PermissionChecker"
theInstalledObjects(7) = "ADODB.Stream"
theInstalledObjects(8) = "adodb.connection"
theInstalledObjects(9) = "Scripting.FileSystemObject"
theInstalledObjects(10) = "Sof