Barracuda Application Server C/C++ Reference
NO
|
The HttpUploadCbIntf interface is an abstract class that must be implemented by code using the HttpUpload.
The HttpUploadCbIntf methods are called at start of upload, end of upload, and if the upload failed.
#include <HttpUpload.h>
Public Member Functions | |
HttpUploadCbIntf (HttpUploadCbIntf_OnFile of, HttpUploadCbIntf_OnError oe) | |
Initialize a HttpUploadCbIntf interface. More... | |