0
votes
0answers
186 views

Download File from client side by using Javascript api for sharepoint

I want to download a file by going through .aspx page and which returns a file like this Response.Clear(); string content = Request.QueryString["param1"]+Request.QueryString["param2"] ...