I have successfully zip or unzip file by using Apache Common Compress library. Now the problem is, the compressed file needs to be send via FTP/email and 10 MB is the maximum limit of the file to be sent.
- So I need know the way to generate file(s) with custom size?
- How can I uncompress the file(s)?
Thanks.