          AE Posting Acceptor library for MS IIS/PWS/SiteServer
                             Version 2.0

Contents
  1. Introduction
  2. License
  3. Installing AEPA
  5. Contact and purchase information


************************************************************************
                           1. Introduction

    AE Posting Acceptor library implements server-side support for file 
uploading in MS Internet Information Server. In contrast with MS Posting 
Acceptor, this library realizes some extremely useful features for 
Intranet/Extranet use.
     With AEPA you may: 
* embed file accepting and processing functions directly in your 
  ASP scripts without additional handlers and disk activity
* unpack zipped files "on-the-fly"
* handle FoxPro .DBF tables "on-the-fly". This will significantly 
  simplifies desktop application to web-based applications data 
  transfer
* access form variables in the same script. No additional scripts, 
  no "unwanted" session starts, no headache


************************************************************************
                             2. License

    AE Posting Acceptor library and accompanying documentation are protected 
by copyright law and International Treaty provisions. Any use of this 
software in violation of copyright law or the terms of this agreement 
may be prosecuted.

    Alexander Eltsyn (the Author) grants to you non-exclusive license 
to install and use the AE Posting Acceptor Library for the sole 
purposes of designing, developing, testing and running applications.  
You may install a copy of the AE Posting 
Acceptor Library on a computer and freely move it from one 
computer to another, provided that there are only one copy of 
installed AE Posting Acceptor Library is used each time.

    Author authorizes you to make archival copies of 
AE Posting Acceptor Library for the sole purpose of back-up and protecting 
your investment from loss. Under no circumstances may you copy this 
software or documentation for the purposes of distribution to others. 
Under no conditions may you remove the copyright notices made part of 
the software or documentation.

    Under no conditions may you distribute AE Posting Acceptor Library 
as a part of yor program without written permission from Author.

    Note that the previous restrictions do not prohibit you from 
distributing your own source code or applications that depend upon 
AE Posting Acceptor Library. However, others who receive your 
source code or applications need to purchase their own copies of 
AE Posting Acceptor Library in order to use or create 
applications based on your source.

    Author DOES NOT ASSUME ANY LIABILITY FOR THE USE OF AE Posting Acceptor 
Library. IN NO EVENT WILL Author BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING 
ANY LOST PROFITS, LOST SAVINGS, OR OTHER INCIDENTAL OR CONSEQUENTIAL 
DAMAGES ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, 
EVEN IF Author HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

    By using AE Posting Acceptor Library, you agree to the terms of 
this license. If you do not agree, please remove this software from 
all your data storage devices.


************************************************************************
                        3. Installing AEPA
    All necessary operations for installing AEPA library and removing
in from your computer are usually done by "setup.exe" program. In the 
case of you want to reinstall this software manually, please read notes 
below.
    All of the AE Posting Acceptor functionality is implemented in
"aepa.dll" file. To manually install AEPA copy this file to your 
system32 directory and register it with redsvr32.exe utility by 
entering in command line:
   %systemroot%\system32\regsvr32.exe %systemroot%\system32\aepa.dll
After this AEPA.Acceptor object is available for creation.
    To manually remove AEPA from your computer follow these steps:
1. Unregister AEPA.DLL library by entering in command line:
   %systemroot%\system32\regsvr32.exe /u %systemroot%\system32\aepa.dll
2. Remove all AEPA executables: 
    %systemroot%\system32\aepa*.*
   and documentation. You choose documentation directory during setup 
   procedure. Usually this is "C:\Program Files\AEPADocs\".
3. Remove all shortcuts to AEPA from start menu. 

************************************************************************
                  4. Contact and purchase information

    If any problems or comments fill free to contact the Author 
by email ae@ae.inc.ru. I appreciate your opinion.
    To find the latest demo version of AE Posting Acceptor library 
or purchase full-featured version please visit
    http://ae.inc.ru/aepa

