Hello,
I have done programming for transfering file between client & server.
I am Using File Pointer and I am able to transfer text file as well as .gif File.I am reading and writing file in binary mode.
I am sending .doc File and at the server side I am recieving .doc File.And .doc file is made with same size as sent.
But word is finding problem in opening that file.
can any one tell me what migjht be the reason behind this?
I am reading file with fread and writnig with fwrite commmand.