DEXTUploadJ
DEXTUploadJ References > FileUpload > Method > getMaxTotalLength
getMaxTotalLength Method
- Version
- 1.0.1.0
- Environment
- Sun JDK1.4
- Target
- Upload
- Signature
- public int getMaxFileLength()
- Parameters
- Return value
- Total size of uploadable files
- Throws
- Description
-
Seeks the total size of uploadable file.
- Usage
-
FileUpload fileUpload = new FileUpload(request, response); ...omitted... fileUpload.getMaxTotalLength();