Represents a buffered upload file. More...
#include <Utils.h>
Public Member Functions | |
BufferedUpload (const string &dir, const char *identifier="temp") | |
Create an empty upload bufer file, and open it for reading and writing. | |
Public Attributes | |
FILE * | handle |
The file handle. |
Represents a buffered upload file.
Passenger::BufferedUpload::BufferedUpload | ( | const string & | dir, | |
const char * | identifier = "temp" | |||
) | [inline] |
Create an empty upload bufer file, and open it for reading and writing.
SystemException | Something went wrong. |
The file handle.