download feature of ASPUPLOAD

Discussion in 'ASP.NET / ASP.NET Core' started by patrudu, Jul 28, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. It looks download feature of AspUpload component (.sendbinary) is disabled at server. My web application saves an XML file to users local m/c as a SAVE feature. If I give Response.Redirect("...xml"), it opens in the browser. What is the alternative?

    Thanks
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Can you post the code snippet that's causing problem

    quote:Originally posted by patrudu

    It looks download feature of AspUpload component (.sendbinary) is disabled at server. My web application saves an XML file to users local m/c as a SAVE feature. If I give Response.Redirect("...xml"), it opens in the browser. What is the alternative?

    Thanks
    </blockquote id="quote"></font id="quote">
     
  3. I could solve the problem without using ASPUpload. Thanks.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page