File Upload question

E

Eli Spitzer

G

Giuseppe Esposito

ES> 1) What to do incase I need to allow upload of huge files (more then
ES> 1 GB)?

You should setup the web.config file or the machine.config file.

ES> 2) Was this behavior changed in ASP.NET 2.0?

It's the same.

By
 
E

Eli Spitzer

Hello Giuseppe,
you are right about the web.config.
My problem is that there is no way of saving the file to disk before its
is all gets to memory, since if there are more then single upload of large
files (>1GB), then the memory of the server will be filled, probably recycle
of the asp_net service.
I can think of a workaround in which I can save chuncks of data to the disk,
but still I can get it all or nothing.

Eli.

ES>> 1) What to do incase I need to allow upload of huge files (more
ES>> then 1 GB)?
ES>>
You should setup the web.config file or the machine.config file.
ES>> 2) Was this behavior changed in ASP.NET 2.0?
ES>>
 
G

Giuseppe Esposito

Well I've the same problem. I'm trying to solve with an httpmodule that save
the file
before asp.net trap the error. but despite I'm able to save the file, IIS
continue to
show the error that file is too much long, and I don't know how to trap that
message.

Bye
Giuseppe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,187
Latest member
RosaDemko

Latest Threads

Top