WiFly JPEG Transmission Errors

Given that the error can be seen early in the transfer, I suggest you modify your sketch to print a hex representation of the bytes you're writing to the HTTP stream, so that you can compare the byte sequence your sketch supplies against the byte sequence received at the browser. If the two differ, I'd use Wireshark or similar to find whether the 'missing' bytes got as far as the network.