#include <Utils.h>
Public Member Functions | |
BufferedUpload (const char *identifier="temp") | |
Create an empty upload bufer file, and open it for reading and writing. | |
Static Public Member Functions | |
static string | getDir () |
Returns the directory in which upload buffer files are stored. | |
Public Attributes | |
FILE * | handle |
The file handle. |
Passenger::BufferedUpload::BufferedUpload | ( | const char * | identifier = "temp" |
) | [inline] |
Create an empty upload bufer file, and open it for reading and writing.
SystemException | Something went wrong. |
static string Passenger::BufferedUpload::getDir | ( | ) | [inline, static] |
Returns the directory in which upload buffer files are stored.
This is a subdirectory of the directory returned by getPassengerTempDir().
The file handle.