0
A
回答
0
爲此,您可以使用電話的差距文件API文件傳送對象
如果你想下載多個文件,那麼你可以使用文件傳輸的循環或者下載文件是zip格式,然後它會很容易爲你的文件轉移和extract zip plugin
方法1>
樣品文件傳輸代碼:
配置郵編插件然後使用這個代碼
function download(remoteFile)
{
var localFileName = remoteFile.substring(remoteFile.lastIndexOf('/') + 1);
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function (fileSystem) {
fileSystem.root.getFile(localFileName, { create: true, exclusive: false }, function (fileEntry) {
var localPath = fileEntry.fullPath;
console.log("localPath1:" + localPath);
if (device.platform === "Android" && localPath.indexOf("file://") === 0) {
localPath = localPath.substring(7);
}
console.log("localPath2 save:" + localPath);
console.log("thid is localFileName :"+localFileName);
extractFile(localFileName); //No need for other formated file except zip file.
var ft = new FileTransfer();
ft.download(remoteFile,
localPath, function (entry) {
console.log("file path:" + entry.fullPath);
var linkopen = document.getElementById("openlink");
linkopen.style.display = "block";
linkopen.href = entry.fullPath;
var zippath = entry.fullPath;
console.log(zippath);
$("#btnExtract").show();
}, fail);
}, fail);
}, fail);
console.log("completed");
}
*這裏寫這個代碼考慮壓縮文件中。你需要改變代碼。
方法2:刪除
extractFile(localFileName);
代碼
相關問題
- 1. 強制使用頭文件()中的多個文件下載php
- 2. 使用捲曲下載多個文件
- 3. FTP使用PowerShell下載多個文件
- 4. 使用ASIHTTPRequest下載多個文件
- 5. 使用Ihttphandler下載多個文件
- 6. 使用NSURLSession下載多個文件
- 7. 使用urlStream + fileStream下載多個文件
- 8. 使用PHP下載多個文件ZipArchive
- 9. 使用rails下載多個文件
- 10. 使用PHP下載多個PDF文件
- 11. 使用JavaScript下載多個文件
- 12. 使用AsyncTask下載多個文件?
- 13. Phonegap - 如何下載文件
- 14. Phonegap下載mp3文件
- 15. 如何使用Phonegap將文件下載到Android的下載文件夾?
- 16. 在jQueryMobile + PhoneGap中使用滾動
- 17. 使用jqueryMobile在phonegap中滾動android
- 18. 如何使用phonegap從android中的URL下載文件?
- 19. 使用Spring的PhoneGap,JQueryMobile JSON用SpringMVC和
- 20. 在本地獲取json文件(jquerymobile&phonegap)
- 21. 如何使用一個actionlink下載mvc4中的多個文件?
- 22. PhoneGap下載中沒有「droidgap」文件?
- 23. 使用phonegap將文件下載到ios/android文件夾
- 24. 使用PhoneGap從URL下載文件到文件系統
- 25. Java下載器 - 下載多個文件
- 26. Phonegap - 如何在phonegap應用程序中使用webview下載文件?
- 27. 如何使用Phonegap和JqueryMobile上傳文件?
- 28. phonegap jquerymobile會話
- 29. PhoneGap或JqueryMobile?
- 30. Phonegap轉換jquerymobile