|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
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 () | |
| Uninitialized storage; install both callbacks before use. More... | |
| HttpUploadCbIntf (HttpUploadCbIntf_OnFile of, HttpUploadCbIntf_OnError oe) | |
| Initialize a HttpUploadCbIntf interface. More... | |
| HttpUploadCbIntf::HttpUploadCbIntf | ( | ) |
Uninitialized storage; install both callbacks before use.