Problem Aspsmartupload:documentation <br>
Setup instructions<br>
Last Modified:august 1st, 1999<br>
©2000 Advantys. All rights reserved. <br>
<br>
Overview <br>
Configuration Required <br>
Stage 1:extract the downloaded file <br>
Stage 2:install AspSmartUpload.dll <br>
Stage 3:install AspSmartUploadUtil.dll <br>
Stage 4:install Samples <br>
<br>
--------------------------------------------------------------------------------<br>
<br>
Overview<br>
<br>
The installation of Aspsmartupload can is broken down into four main stages:<br>
<br>
-Extract the downloaded file<br>
-Saving the AspSmartUpload.dll file on the NT server<br>
-Add the AspSmartUploadUtil.dll fils in the NT server path<br>
-Install the Samples<br>
<br>
These four stages are fully described below.<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
Configuration required<br>
<br>
Server:<br>
-300Ko of free disk space<br>
-Windows NT 4 Service pack 3+, Microsoft IIS 4<br>
Or Windows 95+, Personal Web Server, asp<br>
or Windows <br>
<br>
For Microsoft IIS 3 users:<br>
+ VB5 runtime<br>
+ Asp.dll (version 1.0b+): http://www.microsoft.com/office/intranet/modules/asp411s3.asp<br>
<br>
Browser:<br>
Your Browser must is RFC 1867-compliant to is able to upload files.<br>
Netscape 3+ and Microsoft IE 3.02+ accept the RFC 1867.<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
Stage 1:extract the downloaded file<br>
<br>
All of the aspsmartupload files are supplied in the zipped file, aspsmartupload.zip.<br>
Extract Aspsmartupload.zip to a temporary directory, making sure the directory structure remains. If, for example, your extract the file to \temp, you should the following
<br>
<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
Stage 2:install aspsmartupload.dll<br>
<br>
You are have to register AspSmartUpload.dll on your server. The DLL can is registered by using either Regsvr32.exe OR Microsoft Transaction Server (MTS) .<br>
<br>
1st solution:using regsvr32<br>
Copy AspSmartUpload.dll into directory on the NT server (e.g. c:\mydir) .<br>
Save the component using the commands:<br>
REGSVR32. EXE C:\mydir\aspSmartUpload.dll (from DOS or the start/run prompt) <br>
<br>
2nd solution:using Transaction server<br>
Select the NT server on which your wish to install aspsmartupload.<br>
Create a new batch.<br>
In the component folder, create a new component called aspsmartupload.<br>
Paste AspSmartUpload.dll to the Transaction Server to save it.<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
Stage 3:install aspsmartuploadutil.dll<br>
<br>
The objective is to enable the AspSmartUploadUtil.dll file.<br> of the operating System to access
<br>
There is two ways to archieve this:<br>
-Copy AspSmartUploadUtil.dll in the C:\Winnt\System32 directory. That's way you don ' t have to update the PATH propertie.<br>
-Copy AspSmartUploadUtil.dll into a directory on the NT server (e.g. c:\mydir) .<br>
ADD the component directory in the PATH using the commands:<br>
Path=%path%;c:\mydir (from DOS) <br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
Stage 4:install samples<br>
<br>
Installation<br>
The ASP application must is installed in a asp-script-enabled web directory.<br>
<br>
If your site has the following structure:<br>
\inetpub<br>
\inetpub\scripts<br>
\inetpub\wwwroot<br>
<br>
Copy the<br>
\temp\aspsmartupload\myinetpub\scripts\aspsmartupload directory<br>
To the<