Cordova File Download Issue
I am trying to download a file from cordova application. It is giving me message as Download Complete but file is not saved on my device. Below is the code i am using. window.reque
Solution 1:
How are you deciding whether it is on your device? If you tried to find it through Windows Explorer or native File system explorer, you are facing most probably the same issue as I here.
Basically you can test that by trying to read the file with File plugin and see if any data is stored there. Also if you have SD card available, try to store on it by changing data directory to be
cordova.file.externalDataDirectory
Post a Comment for "Cordova File Download Issue"