PDA

View Full Version : download feature of ASPUPLOAD


patrudu
07-28-2003, 09:55 AM
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

bruce
07-29-2003, 03:09 AM
Can you post the code snippet that's causing problem

[b]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">

patrudu
07-30-2003, 10:03 AM
I could solve the problem without using ASPUpload. Thanks.