3

I am creating an app using Intel XDK, in HTML5 and javascript, and write some of the data fed by user to the local file system. How can I do this?

tshepang
  • 12,111
  • 21
  • 91
  • 136
Unaware Cub
  • 37
  • 1
  • 3

2 Answers2

0

The Intel XDK supports Cordova 2.9.0 at the time of this writing. See this thread on the XDK forum for a link and a few hints:

https://forums.html5dev-software.intel.com/viewtopic.php?f=34&t=4892&p=18121&hilit=local+filesystem#p18121

xmnboy
  • 2,314
  • 2
  • 14
  • 31
0

You may have solved the problem. this is for people who are new and run into this thread. you can use cordova-plugin-file to manage with file system.