File Download

  • 1
  • Question
  • Updated 8 years ago
Hi,

I'm working on an app which basicly show some instructional videos. However, as the app filesize limit is 10mb, I would like to download these videofiles and store them locally the first time my app is opened.

Do you have a code-example or a tutorial on how to handle file downloads?

I'm using PhoneGap Build.

Thanks in advance.
Photo of Yousif Subhi

Yousif Subhi

  • 1 Post
  • 0 Reply Likes

Posted 8 years ago

  • 1
Photo of Yi Ming Kuan

Yi Ming Kuan

  • 1840 Posts
  • 78 Reply Likes
You can use FileTransfer to download the files for you. One of our Android contributors wrote this sample code you can use as a reference.

-yiming