
==INSTALLATION

1. Unzip installation package
2. Run Install.bat


==CODE SAMPLES

The following ASP files in this distribution are code samples that are added 
to help you start using ScriptingObjects.Upload.

hello world (upload file; print it to browser screen)
  hello_js.asp
  hello_vbs.asp

basic functionality (upload file; print its name, size, and mimetype; save file on server)
  upload_js.asp
  upload_vbs.asp

multiple file upload (upload of several files simultaneously; save them on server)
  multi_js.asp
  multi_vbs.asp

advanced samples (upload file; read its content and count number of text lines; 
add header line to file content; save file on server under user-defined name)
  advanced_js.asp
  advanced_vbs.asp


*******************************************************************************
Please, refer to "object_ref.doc" for details on component functionality.
If you have any questions or would like to report a bug, please, email to 
techsupport@script-objects.com

Enjoy!


==HISTORY

2002-03-17
   Code samples changed to work with Netscape 4.61
   Added samples demonstrating upload of multiple files
