How are you sending the bytes to the server? Are you using a DataOutputStream on the client and a DataInputStream on the server?
Try checking the number of image bytes, the number of bytes sent, and the number of byte received by the server.
There is an example camera application at
http://j2me.astrientlabs.com/appdetails.html?id=7 It sounds similar to what you are doing. It takes pictures and uploads them to fotomica.astrientlabs.com.
If you still have troubles, please post the code snippets where you are performing the upload for the client and server.
Thanks.
[ January 29, 2006: Message edited by: Rashid Mayes ]
*Removed the trailing period in the URL*
[ January 29, 2006: Message edited by: Rashid Mayes ]