|
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.
Requirements:
WAA v1.80 (or Alaska v1.7 or better with ASINET to recompile)
The machine WAA runs on must be visible to the client browser
The reason for this is that the client browser must be able to achieve direct communication with
the package without going through the web server.
You can read the online documentation here.
|