1

I'm looking for the appropriate way of storing files into the document folder within phonegap/cordova.

I've done some google searches but all I seem to find is how to use local storage or webSQL.

Also looked at the phonegap plugins github page but nothing seems promising.

The file I'm looking to store is actually a binary file I'll download from the internet.

4

1 回答 1

2

然后,您将需要使用FileTransfer.download从 Internet 获取二进制文件。然后您可以使用File API对其进行操作。

于 2012-05-18T19:27:12.293 回答