I am new to corona and I am trying to take multiple pictures from iphone camera and trying to insert these in system.douments.directory .Can someone here help me how to insert a new image file with a unique name in this directory.
and what if I want to customize the location where to save the image??
Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
For the most part, you can't. Corona as a rule can only save on the application sandbox. For images, you can save to the library using this: |
|||
|
|
|
I am able to do this by using this following snippet
dateTime always give me a new name and |
|||
|
|