Hello,

I am writing a code to get the png file from Http server. Once i get the stream, i want to write the png stream into a file and save it.

So, i am using fwrite there. It writes some...