<P>ALP 1.1 supports file uploads. The feature looks ridiculous at first sight, but it is needed for 
compatibility reasons and allows non-browser based requests to be done. For example another application
may need to invoke ASP page(s) with some posted data and use the result. If the posted data is not form-data
then the upload support is a requirement and allows any binary data to be received from ASP pages running
under ALP.
</P>
<P>ALP is not designed as browser addition only. In fact it can be used as ASP/CGI engine and can be invoked
from other applications. For example using the NetProbe component any application on the same machine is able
to execute certain ALP URL and use the result further (as string, XML, binary data or whatever the called
ASP page returns).
</P>
<P>The first example <B>Upload Dump</B> demonstrates minimal manipulation of the received upload - dump the
binary data in the ouput page</P>
<P>The second example <B>Upload file</B> demonstrates simple file upload based on VBScript class (VBScript 5.0 
is required) and extensive usage of the SFStream component from newObjects ActiveX Pack1.</P>
