Magickiller9
Supremacy Member
- Joined
- Apr 15, 2010
- Messages
- 6,454
- Reaction score
- 0
Hi guys,
I'm trying to upload 3 huge csv file of 400+MB, 1MB and 400KB respectively in a zip folder using Java.io.* to upload and unzip files.
But i'm hitting an issue that when i unzip the file. I'm only getting 35.1MB for the largest file instead of the full 400MB.
Tried increasing buffer size etc but not working. Not sure where did i miss out.
I'm trying to upload 3 huge csv file of 400+MB, 1MB and 400KB respectively in a zip folder using Java.io.* to upload and unzip files.
But i'm hitting an issue that when i unzip the file. I'm only getting 35.1MB for the largest file instead of the full 400MB.
Tried increasing buffer size etc but not working. Not sure where did i miss out.