我有一个Phonegap 应用程序( iOS & amp; Android), 需要下载一些相当大的文件 。 我可以用 File Transfer. download () 成功下载文件。 但是, 由于文件如此之大, 我希望能够显示下载进度 。 有什么想法吗?
I am developing a webpage in that the user can download their Resume for Edit. So I have a link to download the article. I use the following code for download. DataTable dt = user.getUserDetails(2); ...