Home All Groups Group Topic Archive Search About

file upload download on aspx problem

Author
10 Apr 2006 6:11 PM
Volki
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.

Author
10 Apr 2006 9:10 PM
Jeff Dillon
How are the users downloading? All you need is an A tag with an HREF to the
file...

Jeff

Show quoteHide quote
"Volki" <Vo***@discussions.microsoft.com> wrote in message
news:D37DB4DF-AD8C-4B23-8205-2EEACBC3AD88@microsoft.com...
>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.
Author
11 Apr 2006 2:01 PM
Volki
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


Show quoteHide quote
"Jeff Dillon" wrote:

> How are the users downloading? All you need is an A tag with an HREF to the
> file...
>
> Jeff
>
> "Volki" <Vo***@discussions.microsoft.com> wrote in message
> news:D37DB4DF-AD8C-4B23-8205-2EEACBC3AD88@microsoft.com...
> >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.
>
>
>