Click here to Skip to main content
15,886,052 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
dankogai's javascript deflate http://github.com/dankogai/js-deflate I can't inflate from c#


i want to inflate in C#
Posted
Updated 15-Jul-22 1:30am
Comments
Sandeep Mewara 7-Aug-12 11:25am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
reena_c 8-Aug-12 7:36am    
i want compress my string text using javascript and decompress in c#

A little late, but in C# the first two bytes need to be stripped off the Deflate data from JavaScript.
 
Share this answer
 
He is using JS to compress data using a Deflate function on the client side, and wants to decompress the data on the server using C#. I understand this because I am currently researching a similar problem.
 
Share this answer
 
Comments
wizardzz 7-Aug-12 15:49pm    
I did not downvote this, but it should be a comment, not solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900