I want to download files which i wrote @POST method in rest web service using java. I used with FileIOStream, but i find that i can download images and zip file types,but file is corrupted. Do anyone know which library file i need to use in order to download all kinds of file types.
Thanks.