I\'m creating a link shortening service and I\'m using base64 encoding/decoding of an incremented ID field to create my urls. A url with the ID \"6\" would be: http://mysite.com/Ng==
nvarchar(max), varchar(max), or should I really decode the string and put it in an image or blob or something?
I tried decoding this base64 string so many times but every time i get some parts that decode fine but other parts are all gibberish, can anyone help me ?
Hi this is my first Question :) I need a lib or way to compress a data in asp.net (vb) with the algorit de开发者_如何学Goflate but the result inflate in javascript.
I am developing smart device application in C#. In that I am calling the web services. The web service method return google map. The return type of the method is object. The object contains the image
It is possible to base64 encode an image and deliver it as part of the html content using the <img src=\"data:image/gif;base64,UEsDBBQAAAgIALp9...MTs9Snj3==\">
I have a data model with three entities (Purchase, Items, Image) the purchase is the main with the other two as related attributes.
Hi guys I\'m in an emergency here. My code was working FINE for a while when ALL of a sudden somethings gone wrong and I havent a clue what! I store an object in my database by serializing it and then
I\'m trying to write a function that converts a string to a base64 byte array. I\'ve tried with this approach:
I\'m writing my own captcha system for user registration. So I need to create a suitable URL for receiving generated captcha pictures. Generation looks like this: