mramonlopez / cordova-plugin-file-downloader

Phonegap plugin to download a list of files or a single file to the phone, check consistency and unzip if necessary (Android and ios)
MIT License
23 stars 19 forks source link

File name does not changed? #12

Open baigsapp opened 4 years ago

baigsapp commented 4 years ago

I use below code for changing downloaded file name so file is downloaded successfully but did not changed its name. downloader.get("http://example.com/image/catalog/logo.png", null, "new.jpg");

rmeske commented 4 years ago

@A-Aleem-Baig , I noticed you changed the file type when renaming the file. Did you try keeping the file type the same, for example use "new.png"