Barracuda Application Server C/C++ Reference
NO
|
A HttpUploadNode is dynamically created by an HttpUpload instance for each concurrent upload.
The HttpUploadNode is provided as one of the arguments to the HttpUploadCbIntf callback methods.
#include <HttpUpload.h>
Public Member Functions | |
const char * | getName () |
Returns the file name including the relative path. | |
const char * | getUrl () |
Returns the full URL the client used when sending data. | |
HttpAsynchResp * | getResponse () |
Fetch the response object. More... | |
HttpSession * | getSession () |
Returns the HttpSession object or null if no session object. More... | |
bool | isMultipartUpload () |
Returns true if HTTP POST. More... | |