Uploading file in ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
hi

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

cheers,
 
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,
 
Back
Top