Which release would you like to install:
Binary Release
Source Release
Select the platform:
Micrsofot Windows 9x/Me/NT/2000/2003/XP
Linux/Solaris/AIX/HP-UX/Unix
Use the following instructions to install Servertec File Upload Class Package
on Windows 9x/Me/NT/2000/2003/XP.
- Extract setup_fileupload.jar file.
c:
cd \
jar -xvf path\setup_fileupload.jar
path the directory containing setup_fileupload.jar.
- Define environment variables in c:\autoexec.bat file.
set CLASSPATH=path\classes;%CLASSPATH%
path the base directory where File Upload Class Package was
installed, normally c:\fileupload.
- Restart the computer.
top of page
Use the following instructions to install Servertec File Upload Class Package
on Linux/Solaris/AIX/HP-UX/Unix.
- Extract setup_fileupload.jar file.
cd /
jar -xvf path/setup_fileupload.jar
path the directory containing setup_fileupload.jar.
- Define environment variables in server's startup script.
export CLASSPATH=path/classes:$CLASSPATH
path the base directory where File Upload Class Package was
installed, normally /fileupload.
- Restart the computer.
|