Problem with file upload using Pure ASP
-
Hello everybody, I am facing a problem. I am trying to upload a file using Pure ASP and I am not using any component. On development server it is allowing upto 10MB to upload but on production server it is not taking more than 1KB. If I try to upload more than 1KB file "Internal Server Error" page is getting displayed. Thanks
Intelligence is measured by common sense not by how many scholarly books you read.
-
Hello everybody, I am facing a problem. I am trying to upload a file using Pure ASP and I am not using any component. On development server it is allowing upto 10MB to upload but on production server it is not taking more than 1KB. If I try to upload more than 1KB file "Internal Server Error" page is getting displayed. Thanks
Intelligence is measured by common sense not by how many scholarly books you read.
Hi, In web.config <system.web>, add the following code <system.web> <httpruntime maxrequestlength="1024000" /> //Here u can give ur maximum size of the file. </system.web>
Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.
-
Hi, In web.config <system.web>, add the following code <system.web> <httpruntime maxrequestlength="1024000" /> //Here u can give ur maximum size of the file. </system.web>
Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.
-
Thanks for the reply but it is not ASP.NET application rather it is Pure/Classic ASP application.
Intelligence is measured by common sense not by how many scholarly books you read.
This is an asp.net forum, So you could ask better your question in an asp forum :)
EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE.