Re: Issues Related to DB File Storage

  •  02-27-2007, 9:39 AM

    Re: Issues Related to DB File Storage

    Hello Adam,
     
    I solve the binary problem by adding this line in DownFile.aspx

    Response.AddHeader("Content-Disposition","attachment; filename=" + filename);
     
    Only one problem stay, a second page open a empty DownFile, I try many method to close the page but none was successful. As it's a minor problem, my user will learn to tolerate it :P
     
    thanks
View Complete Thread