Hello, I am sending base64 data url string via websocket as binary to save on boss_db. DataUrl arrives serverside as unicode integers list. [100,79,85,115,73,118,48,104,121,..300 lines of list..]. As far as i know, string is unicoded when it contains a non UTF8 character so i tried to encode and decode base64 data url on clientside with btoa() and atob() and send it without any non UTF8 character. I get it again as unicode. Unicode data is approximately 2.64 mb when i send a 100kb image. So is it possible to save data as same as base64 url?
Thanks Mert -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/1f6e4d53-17f4-49f3-b406-718dba27e6f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
