Class UploadSymbols
java.lang.Object
org.apache.tapestry5.upload.services.UploadSymbols
Configuration symbols.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Maximum size (in bytes) of a single file within an upload request Defaults to -1 (no limit).static final String
Location where temporary files will be written.static final String
Threshold (in bytes) that determines when an uploaded file will be written to the repository.static final String
Maximum size (in bytes) of a single upload request Defaults to -1 (no limit). -
Method Summary
-
Field Details
-
REPOSITORY_LOCATION
Location where temporary files will be written. Defaults to java.io.tmpdir property.- See Also:
-
REPOSITORY_THRESHOLD
Threshold (in bytes) that determines when an uploaded file will be written to the repository.- See Also:
-
REQUESTSIZE_MAX
Maximum size (in bytes) of a single upload request Defaults to -1 (no limit).- See Also:
-
FILESIZE_MAX
Maximum size (in bytes) of a single file within an upload request Defaults to -1 (no limit).- See Also:
-