Open baigsapp opened 5 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");
@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"
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");