Sending a small JPG file using xbee?

Hi guys

I'm playing with some xbees (pro series 1) that I have, and since I realize that xbee's love transmitting data (e.g.: bytes), I was wondering if they could transmit a small jpg file (~1000 bytes) in size.

Specifically, using the set-up described below, would it be possible to transmit a small jpg file via xbee to a receiving xbee-PC (maybe running processing software)?

Arduino Uno + SD card reader + SD card (1 small jpg thumbnail saved in there) + XBee (pro series 1) + XBee explorer ---------> XBee + XBee explorer + PC (maybe running processing to capture the incoming file)?

Thanks!

I was wondering if they could transmit a small jpg file

The XBee doesn't care what bytes mean, so, yes this is possible.

That's great news! Thanks for the confirmation.

I was wondering... where could I find a simple data TX sketch and a simple data RX sketch that would deal specifically with this kind of data? It is just that I am a bit confused on how specifically each sketch will be handing the outgoing & incoming data stream.