Local files

I can’t figure out how cordova handles local files. I’m trying to download a video and then play it locally, but I can’t seem to wrap my head around it :dizzy_face: .

To problem is the downloaded file is not in the www folder, but in some other folder. I’ve opened a question on stackoverflow with more details.

Anyone who can tell me what to do, or just enlighten me with how cordova handles local files :relaxed:?

Based on the mobile platform, the File Transfer plugin will write to different locations. The www is a protected directory, and can’t be written to. Have to read the Plugin docs? I thought it outlined what locations were available to be accessed.

1 Like