WAAUpload is a package for Alaska Software’s Web Application Adaptor (WAA) which allows to upload files via WAA. (Copyright by Phil Ide)
Excerpt from the readme file:
??Alaska’s Web Application Adaptor (WAA) does not have the capability to handle the HTML file upload tag. This DLL runs as a WAA package, and so can easily be incorporated in any existing WAA setup.
WAAUpload gives you the facility to name an Xbase++ function to call once the uploaded file has been received. This allows you to do additional processing, such as import the uploaded data into a database, or move the file from the upload area into a more permanent directory. The callback function should also be used to inform the client of the success or failure of the upload.??