Hi Madhura,
I just accidentally saw that your uploaded file started with the three suspicious characters 
. These are the three bytes EFBBBF which indicate that the following document is UTF-8 encoded, the so-called byte-order mark.
Byte order mark - Wikipedia, the free encyclopedia
It seems that your SAP system doesn't like the byte order mark. Remove the three bytes with an hex editor, so that the first byte is the code 3C, representing the '<' character. Then, upload with binary upload and try again.
Regards,
Rüdiger