Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • maybe Encoding.Default.GetString(data) doesn't encode in base64... Commented Aug 10, 2016 at 15:29
  • 1
    well, first of all, you told the engine that the data is base64, but instead it's url-encoded Commented Aug 10, 2016 at 15:30
  • @oliv37 - if I skip the server I still have the same problem. See updated fiddle. Commented Aug 10, 2016 at 15:35
  • @Thomas What do i have to do? If I inspect the Network response, I see the data as ÿØÿàJFIFHHÿ..., but when Chrome throws the error, it's %C3%BF%C3%98%C3%BF%C3. What's converting it / what must I do? Commented Aug 10, 2016 at 15:36
  • e.target.result is not base64 encoded so it will not work Commented Aug 10, 2016 at 15:41