file upload download on aspx problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using file upload download aspx code on my IIS 6.0, FW 1.1.
I am uploading the files properly. However I am having problems on
downloading the files in this code. Most of the browers I do not have any
problem including Firefox. But some IE versions donloading the file but it is
only 0 byte ?!? Any one knows this?
Thank you so much.
 
How are the users downloading? All you need is an A tag with an HREF to the
file...

Jeff
 
I found the resolution myself.
I have had upgraded the framework version 1.0 to 1.1. In internet explorer
advances settings there is a section about HTTP 1.1. We are using proxy, for
this reason I checked the box stating "use HTTP1.1 thorough proxy
connections". Everytihng is ok now...

Volkan
 
Back
Top