Link to home
Start Free TrialLog in
Avatar of ArbenCelaj
ArbenCelaj

asked on

Sending an image from servlet to mobile phone

Hi,

I am building a project that has this impementation:

- the user uses the mobile phone to take a picture.
-the user sends the picture to the server(tomcat)(first the user is authenticated)
- with the picture the user sends a friend's phone number.
- server insert the picture into database and send it also to the friend (phone number entered by user)
My question:
any idea how to send the picture from server to the phone.(code samples would be aprecciated)

Thanks
ASKER CERTIFIED SOLUTION
Avatar of JavaInTheMorning
JavaInTheMorning

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JavaInTheMorning
JavaInTheMorning

* Sorry... Response
Avatar of ArbenCelaj

ASKER

Thank you for your response.
The problem is: I  can not control the client. I want to send the image in any moble phone based on the phone number.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial