Is it possible to perform file I/O operation in Intel XDK using available API or external javascript framework? For example, the app is using jquery.ajax to download the image. Once downloaded, it will save to the app directory.
If no, what is the alternative way to achieve this?