Hi All,
I have Download Data option in my web application. I'm seeing a diffence in the file when I download the file using Netscape and IE.
File created by Netscape browser is showing 0D 0A at the end of each record when I view the file in Hex Editor.
File created by Internet Explorer is showing 0A at the end of each record when I view the file in Hex Editor
In the code (server-side JavaScript) we are adding "\n" at the end of each record read from DB table
Any ideas why it is happening like this. File created by IE should be similar to file created by Netscape.
Really appreciate any suggestions.
I have Download Data option in my web application. I'm seeing a diffence in the file when I download the file using Netscape and IE.
File created by Netscape browser is showing 0D 0A at the end of each record when I view the file in Hex Editor.
File created by Internet Explorer is showing 0A at the end of each record when I view the file in Hex Editor
In the code (server-side JavaScript) we are adding "\n" at the end of each record read from DB table
Any ideas why it is happening like this. File created by IE should be similar to file created by Netscape.
Really appreciate any suggestions.