D
D
DeM_CooL2016-12-01 13:27:31
Android
DeM_CooL, 2016-12-01 13:27:31

How to transfer a photo from the camera to the server from the mobile application and then display it on the client in the browser?

How to organize this whole process of transferring photos, tell me.
There is a mobile application (takes a photo from the camera)
There is a web application (should take a photo from the camera of the mobile application and show it on the client side)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Myvrenik, 2016-12-01
@gim0

You upload a photo to the server, then the server uses the same web sockets to send the photo to clients from the browser. For example, a browser can get a link to an image, then that image is downloaded from the server and displayed on the page.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question