LOGO

LOGO
LOGO
ads header

Breaking News

Dosya Download




1. yol

           WebClient wc = new WebClient();
            byte[] bytes = wc.DownloadData(dosya);
            string SaveFile=Server.MapPath(@"~\Temp\")+  Session["TALEPFORMULINK"].ToString();
            System.IO.File.WriteAllBytes(SaveFile, bytes);






2.yol
         

            WebClient webClient = new WebClient();
            webClient.DownloadFile(dosya, pathDownload + savedosya);

            OpenLocalFileWebBrowser(Session["RAPORFORMULINK"].ToString());

Hiç yorum yok