WAAUpload is a package for Alaska Software’s Web Application Adaptor (WAA) which allows to upload files via WAA. (Copyright by Phil Ide)
UPDATE: You only need this package if you are using WAA before Xbase++ version 1.90 – beginning with that version, Alaska included the upload function natively.
Excerpt from the WAAUpload 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.