hi,
i am using ZipoutputStream to create a zip file.
Its creating zip file correctly. & extracting & opening in my machine.
but when i sent that file to other machine in network, it is not opening. it shows the size of the file & other thing. but when we open the file
it is empty.
Is there any issue on the file path??? its creating whole path of the actual file system in the zip. ie. c:\test\zipfiles\ then the file.
Any idea what is the problem