S
Simon Pulo
Hello
I've managed to encode an image file to base64 using
"convert.ToBase64String"
I know you cannot send the whole string to the server, but you need to send
so many char's at a time which i think is about 74. Is there a way in which
i can do this?
The whole base64 string is in the varible "b64String" but i wish to send 74
chars at a time.
Thanks
Si
I've managed to encode an image file to base64 using
"convert.ToBase64String"
I know you cannot send the whole string to the server, but you need to send
so many char's at a time which i think is about 74. Is there a way in which
i can do this?
The whole base64 string is in the varible "b64String" but i wish to send 74
chars at a time.
Thanks
Si