I have an image that I want to replace with a new image taken from phone. Currently, it saves it to a different location. Can I have the new image save to the same location as the original image?
I have an image that I want to replace with a new image taken from phone. Currently, it saves it to a different location. Can I have the new image save to the same location as the original image?
Hello,
Could you please clarify where do you keep the picture (in the database or on sd card)? Also please detail how do you save it now?
The original pictures were set through asset for the image and are stored at - /Learning.app/www/project/files/views/assets/image. I then use a camera service that creates a file uri that is stored on sd card for android and tmp folder for Ios.
I was hoping I could just replace /Learning.app/www/project/files/views/assets/image/photo1 with the new photo1
Hi Tim,
Please check here: http://stackoverflow.com/questions/93...
Thank you