> However, while the browser doesn't complain, it also doesn't seem to display > the image, so I'm assuming I have it wrong.
Not really sure here. But some time a ago i was mucking about with a network proxy that would intercept connection requests and fetch teh requested item. When i passed binary files back through it was just a matter of feeding the data straight through. No problems. Where your problem might be is with network and host byte order ? This is a really rough guess, but are you converting to network byte order before sending the packets ? If the other end is converting back from network to host byte order (assuming there different) then this would probably much everyuthing up. Or perhaps i dont knwo what the hell i'm talking about. Both are possibilites. Jason -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
