Hi , i need to download a file ex:pdf from a url and store in applicationsirectory or ApplicationStorage directory , i have a code to download but its opening save dialog box to get the userinput for where to save the downloadig file ,,
this is the code iam using
downloadURL.url = urlLocation; configureListeners(file); file.download(downloadURL);
i need to download with out opening any window, and file need to be downloaded to ApplicationStorage directory ..
Thanks in advance