Uploading file in ASP.NET

G

Guest

I want to uplaod file from my local machine to server using ASP.NET appln, I
know we can use Server.MapPath and save it on the server. My question is I
want to upload a file without giving any file size limit. I can configure the
web.config and machine.config file but there is a limit how can I upload file
without any size limit

Raj
 
I

Ignacio Machin \( .NET/ C# MVP \)

hi

well, you could put it in some bizarrely big number.

cheers,
 
J

Joerg Jooss

Ignacio said:
hi

well, you could put it in some bizarrely big number.

cheers,

And make the worker process blow up by actually trying to upload
bizarrely big files ;-)

Cheers,
 

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

Top