#include <htp.h>
Data Fields | |
int | source |
bstr * | filename |
size_t | len |
char * | tmpname |
int | fd |
int htp_file_t::fd |
The file descriptor that is used for the external storage.
File name.
size_t htp_file_t::len |
Current file length.
Where did this file come from?
char* htp_file_t::tmpname |
The unique filename in which this file is stored.