关于 aspsmartupload 注册问题

2016-01-29 18:22 3 1 收藏

关于 aspsmartupload 注册问题,关于 aspsmartupload 注册问题

【 tulaoshi.com - ASP 】

  ASPSMARTUPLOAD : DOCUMENTATION
Setup Instructions
Last modified: August 1st, 1999
© 2000 Advantys. All rights reserved.

Overview
Configuration required
Stage 1 : Extract the downloaded file
Stage 2 : Install aspSmartUpload.dll
Stage 3 : Install aspSmartUploadUtil.dll
Stage 4 : Install samples

--------------------------------------------------------------------------------

Overview

The installation of aspSmartUpload can be broken down into four main stages :

- extract the downloaded file
- saving the aspSmartUpload.dll file on the NT server
- add the aspSmartUploadUtil.dll fils in the NT server Path
- install the samples

These four stages are fully described below.


--------------------------------------------------------------------------------

Configuration required

Server :
- 300Ko of free disk space
- Windows NT 4 Service pack 3+, Microsoft IIS 4
or Windows 95+, Personal Web Server, ASP
or Windows 2000

For Microsoft IIS 3 users :
+ VB5 Runtime
+ asp.dll (version 1.0b+) : http://www.microsoft.com/office/intranet/modules/asp411s3.asp

Browser :
Your browser must be RFC 1867-compliant to be able to upload files.
Netscape 3+ and Microsoft IE 3.02+ accept the RFC 1867.


--------------------------------------------------------------------------------

Stage 1 : Extract the downloaded file

All the aspSmartUpload files are supplied in the zipped file, aspSmartUpload.zip.
Extract aspSmartUpload.zip to a temporary directory, making sure the directory structure remains intact.
If, for example, you extract the file to temp, you should see the following :




--------------------------------------------------------------------------------

Stage 2 : Install aspSmartUpload.dll

You have to register aspSmartUpload.dll on your server. The dll can be registered by using either
Regsvr32.exe OR Microsoft Transaction Server (MTS).

1st Solution: Using RegSVR32
Copy aspSmartUpload.dll into a directory on the NT server (e.g. c:mydir).
Save the component using the commands :
REGSVR32.EXE c:mydiraspSmartUpload.dll (From DOS or the Start/Run prompt)

2nd Solution: Using Transaction Server
Select the NT server on which you wish to install aspSmartUpload.
Create a new batch.
In the component folder, create a new component called aspSmartUpload.
Paste aspSmartUpload.dll to the Transaction Server to save it.


--------------------------------------------------------------------------------

Stage 3 : Install aspSmartUploadUtil.dll

The objective is to enable the Operating System to access the aspSmartUploadUtil.dll file.

There is two ways to archieve this :
- Copy aspSmartUploadUtil.dll in the c:winntsystem32 directory. That way you don't have to update the
PATH propertie.
- Copy aspSmartUploadUtil.dll into a directory on the NT server (e.g. c:mydir).
Add the component directory in the PATH using the commands :
PATH=%PATH%;c:mydir (From DOS)


--------------------------------------------------------------------------------

Stage 4 : Install samples

Installation
The ASP application must be installed in an ASP-script-enabled web directory.

If your site has the following structure :
inetpub
inetpubscripts
inetpubwwwroot

Copy the
tempaspSmartUploadMyInetpubscriptsaspSmartUpload directory
to the
inetpubscripts directory on your server.
Copy the
tempaspSmartUploadMyInetpubwwwrootaspSmartUpload directory
to the
inetpubwwwroot directory on your server.

Test
Using your browser, enter the following addresses :
http://your_web_server/aspSmartUpload/default.htm



Overview

It is possible to increase the level of security by using specific properties directly in the server's
registry base. That way, an ISP can define his own security

来源:http://www.tulaoshi.com/n/20160129/1505528.html

延伸阅读
作者:刘军民 传统编译内核模块的方法繁琐而费时,本文将告诉我们一种快速编译所需要内核模块的新方法。 当你安装完Linux系统,并且已经启动,恭喜你!如果你的硬盘上还安装了WinNT/2000系统,你试图去访问另一个NTFS分区时却遇到了麻烦。因为你所用的Linux系统没有已编译的支持NTFS文件系统的模块。怎么办?也许你会运行m...
孕妇轻度贫血怎么办   孕妇轻度 贫血 怎么办——多吃含铁丰富的 食物 卤鸡肝、猪肝等动物肝脏不仅含有丰富的铁,而且维生素的含量也很丰富,一周可吃两次。鸭血汤、蛋黄、瘦肉、豆类、菠菜、苋菜、 番茄 、红枣等食物含铁量都较高,可以经常吃。 孕妇轻度贫血怎么办——...
MERS的预防措施 关于MERS的6个问题 5月29日,国家卫计委员通报,广东出现首例输入性中东呼吸综合征(MERS)确诊病例。患者为韩国男性,目前已被隔离治疗。截至目前,该病例的38名密切接触者未发现异常。 为防控已经确诊的中东呼吸综合征(MRES)扩散,造成当年的非典悲剧,北京市疾病预防控制中心官方微博今天(5月30日)10点55分紧急发微...
标签: Web开发
1 mssql--asp的rs.recordcount值为负1 只有以ADO方式调用数据库才有recordcount这一说,用存储过程需要用select count(*) from table_name自行统计 ? 这个说的不对, 存储过程也可以用 ado 来打开,比如:rs.open "exec SomeProc", conn, 1, 3我处理解决的方法是rs.open sql,conn,1,1解决此问题   2 通常人...
标签: Web开发
电脑不知道什么时候就会有问题,有时可能看到很多网页字体都变了,不是宋体了,看上去比较难看。这是由于没有设置网页的字体的原因造成的。 这样的问题,我发现很多人都犯,写CSS时都不喜欢设置字体。电脑出问题字体不知道怎么就变样了,所以写CSS时还是设置一下网页的字体吧。 1、在CSS设置字体怎么设置? 答:在CSS文件中加入这一行。 bod...

经验教程

435

收藏

61
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部