creates a seemless interface between
the web server and the clients home or office computer for any type of file upload.
The client software uses a Style Sheet that allows you to customize the look of the client
pages. Change any of the tables, colors, form elements, and seemlessly blend the client
to the look and feel of your application.
The Server Side script can be written in any language that can handle an HTTP Post. We have
sample scripts written in Perl and PHP for your convience.
All the setup variables are Server Side and allows you total control of the types of
files to be uploaded. Set the program to allow only 1 file to be uploaded at a time or
set to allow unlimited files. Any file type can be specified in the Server Side Script.
If Images are being uploaded, the Server Side Script can be set to allow the images to
be resized. The resize function is done on the clients machine cutting down on server
load. There are 3 options for image resizing.
1. Upload Original image.gif
2. Resize to ??x?? and add an extention (-m) image-m.gif
3. Resize to thumbnail and add an extention (-t) image-t.gif
There is an option to allow uploads to subdirectories. The subdirectories can be auto
detected or set by the administrator to a fixed set of directories.
Extra fields can be sent to the client and returned to the Server Side Script for
user name password authentication or any information you need returned to the script.
See the Client Setup Page for complete information.