You will need to read the bytes from that File into a byte[] and put that object into your JSONObject.
You should also have a look at the following posts :
- ByteArray in JSON
- Binary Data in JSON String. Something better than Base64
- BSON library for java
Hope this helps.