Error!
Success!

Did you know.. How to download file from web service using JavaScript

0
kicks

Did you know.. How to download file from web service using JavaScript  (Unpublished)

Here is our Web service in C#. 1: [WebMethod] 2: public void DownloadFile(string fileName) 3: { 4: HttpContext returnContext = HttpContext.Current; 5: string url = "http://localhost" + @"/" + fileName; 6:


Kicked By:
Drop Kicked By: