Hi @nithinshiriya,
Would you mind to share the code that you use to take the picture and then send to the server?
- Also, how do you send the picture to the server? File? In database?
- If database, it is a string or blob?
- Do you keep it also in a Sqlite database on the phone?
- Did you need to use the ngZone or not?
I want to do something similar to you where I want to be able to take a picture, show it on the phone, but also send it to the server database for future use.
Thanks in advance