Ajax is string based. I am using it over a P2P overlay to retrieve remote images. I encode the images in Base 64 and decode them on the Ajax end. However, the images show up as random color bits. Any ideas as to what is going on?
I know the obvious question is why am I using Ajax to retrieve the images? The keyword here is P2P - I traverse NAT and firewalls for this.