简体   繁体   English

Phonegap Jquery Android将图像从外部URL保存到www文件夹

[英]Phonegap Jquery Android save image from external URL to www folder

I am trying to download an external image in to www folder for android using jquery/Phonegap 我正在尝试使用jquery / Phonegap将外部图像下载到Android的www文件夹中

could anyone please help me to download an image from external URL and save it to the project folder(www) for an android app. 谁能帮我从外部URL下载图像并将其保存到Android应用程序的项目文件夹(www)中。

You can use FileTranser.download to get the file. 您可以使用FileTranser.download来获取文件。

http://docs.phonegap.com/en/1.5.0/phonegap_file_file.md.html#FileTransfer_download http://docs.phonegap.com/en/1.5.0/phonegap_file_file.md.html#FileTransfer_download

but you won't be able to save it to the www folder as it is read only (part of the app bundle on iOS). 但您将无法将其保存到www文件夹,因为它是只读的(iOS上的应用程序捆绑)。 You'll have to save it on internal or external storage. 您必须将其保存在内部或外部存储中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM