DEXTUploadJ
DEXTUploadJ References > FileUpload > Method > dispose
dispose Method
- Version
- 1.0.1.0
- Environment
- Sun JDK1.4
- Target
- Upload
- Signature
- public void dispose()
- Parameters
- Return value
- Throws
- DEXTUploadException
- java.io.IOException
- Description
-
Release the entire allocated resources. Temporary files at assigned DefaultPath may not be deleted when UploadStart() method is executed if this method is not called when ending
- Usage
-
FileUpload fileUpload = new FileUpload(request, response); ... omitted ... fileUpload.dispose();