Message 1 of 8
Extensible Storage - GZIP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I would need to store some information in Extensible storage, unfortunalty the 16mb limit is a little small, so the idea was to simply gzip it to a string as demonstrated here : https://www.codeproject.com/Articles/27203/GZipStream-Compress-Decompress-a-String...
Issue is that sometimes it wokrs, sometimes it doesn't...
when I save to extensible storage I save this:
"‹\b\0\0\0\0\0\0ì½ÙrÛÈ–. + more "
when I read it again I get:
"‹\b"
Which of course gives me no valid result when Unzipping again.
Any insights more than welcome...