tips & tricks


Home Blogs | Home | Login | Contact | My Profile | RSS | About | Cerca

Download file from Aspx page

   Download file from Aspx page    protected void Download(byte[] zipBytes)    {        System.Web.HttpResponse response = System.Web.HttpContext.Current.Response;        string fileName = "tracciati.zip";        response.ContentType = "binary/octet-stream";        response.AddHeader("Content-Type", "binary/octet-stream");        response.AddHeader("Content-Dispositio 
Leggi tutto il post...
Categoria: ASP.NET
martedì, 02 gen 2018 Ore. 12.46

Scrivi un commento

Nome:
Blog:
E-Mail:
(l'indirizzo e-mail non verrà pubblicato, consente di essere avvertiti quando arrivano nuovi commenti a questo Post)
Codice:
Corpo:
Cookie:

Commenti

Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003