I am opening file in binary mode using
fopen("abhi.zip","rb");
and reading contents from it and appending it to header.
as there are many null characters in "abhi.zip"(zipped file)
It is posting data only till it reads a null character.
i am using httpsendrequest(...);
i am struck here,can anyone please help me...