| |
|
| java.lang.Object org.apache.tapestry.upload.services.UploadSymbols
UploadSymbols | final public class UploadSymbols (Code) | | Configuration symbols.
|
FILESIZE_MAX | final public static String FILESIZE_MAX(Code) | | Maximum size (in bytes) of a single file within an upload request Defaults to -1 ( no limit)
|
REPOSITORY_LOCATION | final public static String REPOSITORY_LOCATION(Code) | | Location where temporary files will be written. Defaults to java.io.tmpdir property
|
REPOSITORY_THRESHOLD | final public static String REPOSITORY_THRESHOLD(Code) | | Threshold (in bytes) that determines when an uploaded file will be written to the repository
|
REQUESTSIZE_MAX | final public static String REQUESTSIZE_MAX(Code) | | Maximum size (in bytes) of a single upload request Defaults to -1 ( no limit)
|
|
|
|