Re: Extra Large Uploads
From: Jerry Camel (rlrcstr_at_msn.com)
Date: 03/10/04
- Next message: JIK: "Share values/variables betw web apps"
- Previous message: Yuancai \(Charlie\) Ye: "Re: How can I get rid of these strange data"
- In reply to: Curt_C [MVP]: "Re: Extra Large Uploads"
- Next in thread: Curt_C [MVP]: "Re: Extra Large Uploads"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 16:57:07 -0500
It'll do 2GB files without a problem. I need to be able to control what
happens to the file on the server side and I can't require any components on
the client side. I figured that kinda eliminated the FTP option. If it'll
do what I want and it's easier to work with, codewise, I'm all for it. But
up to a point, this was working just fine. And research indicates that
larger uploads are certainly possible.
Any good resources for working with the ftp stuff programmatically? And
what would that require on the client side? Could it be automated throug a
web page? Thanks.
Jerry
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:O6nexguBEHA.1236@TK2MSFTNGP11.phx.gbl...
> DONT DO IT!!!!
> HTTP was never meant for that type up upload, not to mention that I
believe
> it loads into memory on the server until it's all uploaded, then to the
file
> system.
> If you have that large of a file, direct them to FTP instead of HTTP.....
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "Jerry Camel" <rlrcstr@msn.com> wrote in message
> news:eqORKcuBEHA.3928@TK2MSFTNGP11.phx.gbl...
> > I was having the usual large upload limitations, but found some code and
> > help that got me past the basics of intercepting the request and running
> it
> > through a custom httpHandler. Now I can upload some pretty large files,
> but
> > I still get to a point (3GB+) where I just get a page not found screen -
> the
> > same behavior I got before but for much smaller files. I've got the
> > maxRequestLength set to 5GB. (If I make that larger, then the code in my
> > aspx pages seems to stop running.)
> >
> > Any advice from anyone? Thanks. If you think more detail would help,
> just
> > let me know what you need.
> >
> > Jerry
> >
> >
>
>
- Next message: JIK: "Share values/variables betw web apps"
- Previous message: Yuancai \(Charlie\) Ye: "Re: How can I get rid of these strange data"
- In reply to: Curt_C [MVP]: "Re: Extra Large Uploads"
- Next in thread: Curt_C [MVP]: "Re: Extra Large Uploads"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|