Search

You searched for the word(s): userid:836627

Matching Posts

  • Re: convert PHP to asp.net

    Funny, I've just made exactly the same code conversion. Then I found this thread, so I'm gonna share with you. Hope it helps. public partial class JpgEncoderDownload : System.Web.UI.Page { protected void Page_Load( object sender, EventArgs e) { string filename = Request[ "name" ]; if ( string .IsNullOrEmpty(filename)) return ; var data = Request.BinaryRead(Request.TotalBytes); Response.AddHeader( "Content-Type" , "image/jpeg" ); Response.AddHeader( "Content
    Posted to Migrating from PHP to ASP.NET (Forum) by rsenna on 11/7/2008
Page 1 of 1 (1 items)