Field Summary |
|
final public static String | HEADER_CONTENT_TYPE String constant for the HTTP 'Content-Type' header parameter. |
final public static String | HEADER_REFERER String constant for the HTTP 'Referer' header parameter. |
final public static String | HEADER_USER_AGENT String constant for the HTTP 'User-Agent' header parameter. |
final static String | MAXFILESIZE_PNAME String constant for the configuration parameter that sets
the maximum file size for upload. |
final static String | TEMPDIR_PNAME String constant for the configuration parameter that sets
the directory which uploaded files are uploaded to. |
final protected static String | TYPE_TEXT String constant for the first 4 characters of a text based. |
int | m_MAX_FILESIZE The maximum file size this request will accept. |
String | m_TEMP_FILE_DIR The path of directory which holds uploaded files. |