I want to download file from server and save to local folder of winjs metro app, so after that how to get reference of that file using winjs windows 8. File can be javascript or css.
shishir
It depends on the file. You can download large files with the BackgroundDownloader class. See Transferring data in the background and the Background Transfer sample .
For small files look at the WinJS.xhr function. See Quickstart: Connecting to a web service with WinJS.xhr .
--Rob