what is the max file size I can download from a webpage

what is the max file size I can download from a webpage

am 01.10.2007 17:32:00 von tdr

I have a website that is running under iis 4.0 on nt 4.0.

I can download from this site, most of the files I put on it. but some files
do not download. I only get 0 bytes. this are very large files (i need to
double check their sizes)

is there a max file size that a web page can download?

TIA

Re: what is the max file size I can download from a webpage

am 02.10.2007 19:37:01 von tdr

Thanks, It looks like the limit is 2 gig.
any file I try to down load greater than 2 gig came down as Zero bits.

I have a ftp site and looked into using that.
I found a site that showed how to create hyperlink from the website to a ftp
site.
I was able to use the code in my site and it work out better than what i was
going to do. ( able to two ideas I had in one step )

Thanks again.

"Egbert Nierop" wrote:

>
> "tdr" schreef in bericht news:1C6F99A4-A04B-4BE7-B944-3DC1D8812494@microsoft.com...
> >I have a website that is running under iis 4.0 on nt 4.0.
> >
> > I can download from this site, most of the files I put on it. but some files
> > do not download. I only get 0 bytes. this are very large files (i need to
> > double check their sizes)
> >
> > is there a max file size that a web page can download?
>
>
> Hi,
>
> Theoretically, 2 GB/4GB (not sure which of the two). This limit seems to be implicit, because some internal program headers for ISAPI (which IIS supports) do not support bigger values.
>
> For very long sized files, you should use FTP services, or you can install BITS server extensions on IIS