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
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 :
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:/mydir/aspSmartUpload.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.
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:/winnt/system32 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)
Installation The ASP application must be installed in an ASP-script-enabled web directory.
If your site has the following structure : /inetpub /inetpub/scripts /inetpub/wwwroot
Copy the /temp/aspSmartUpload/MyInetpub/scripts/aspSmartUpload directory to the /inetpub/scripts directory on your server. Copy the /temp/aspSmartUpload/MyInetpub/wwwroot/aspSmartUpload directory to the /inetpub/wwwroot 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 parameters (maximum file size, access authorization limited to virtual directories, etc). The developers cannot modifiy the ISP parameters because the component uses in priority the security properties defined in the registry base.
Use the REGEDIT command to add this key and the data and their chain values that you can select in the list below. All the following data are the string type. If you use the REGEDT32 command the data must be the REG_SZ type.
The following properties can be an entry in the Registry. The component will only use their value if they are felt in.
TotalMaxFileSize Maximum allowed size of all files to be uploaded. MaxFileSize Maximum allowed size of one file to be uploaded. AllowedFilesList Contains the upload authorized file extensions list. DeniedFilesList Contains the upload denied file extensions list. DenyPhysicalPath Prevents file saving in directories other than virtual directories.