ASP.Net Uploading Problem
-
HI Guys the problem i am facing is that, when the user uploads the file in my application greater then 4 MB , the white page "page of death comes in front of the user",i know this is the default limit of ASP.NET which can be increased too in web.comfig and machine.config, but i don't want it to increase the file uploading size limit in web.config or machine.config, what is the solution for this ASP.NET uploading problem,plz reply ASAP, thankx in advance.
-
HI Guys the problem i am facing is that, when the user uploads the file in my application greater then 4 MB , the white page "page of death comes in front of the user",i know this is the default limit of ASP.NET which can be increased too in web.comfig and machine.config, but i don't want it to increase the file uploading size limit in web.config or machine.config, what is the solution for this ASP.NET uploading problem,plz reply ASAP, thankx in advance.
-
but wht if the user uploads the file greater then the max request length mentioned in web.config, the application will be going to crash, how to handle this situation ,when user uploads the file greater then the max request length mentioned in web.config,plz reply me asap, thankx for ur reply.
-
but wht if the user uploads the file greater then the max request length mentioned in web.config, the application will be going to crash, how to handle this situation ,when user uploads the file greater then the max request length mentioned in web.config,plz reply me asap, thankx for ur reply.
-
but wht if the user uploads the file greater then the max request length mentioned in web.config, the application will be going to crash, how to handle this situation ,when user uploads the file greater then the max request length mentioned in web.config,plz reply me asap, thankx for ur reply.
See next link Check file size with Javascript
-
See next link Check file size with Javascript
-
But this depends on the user whether he has activeX enabled or not. This cannot be the safe methods. I think server side checking will also be required. :)
Best Regards, Apurva Kaushal
Then I think you can see HttpModule and so on (handler for upload file's). See next link's - HttpHandler or HttpModule for file upload, large files, progress indicator? and HttpModule and upload files.
-
Then I think you can see HttpModule and so on (handler for upload file's). See next link's - HttpHandler or HttpModule for file upload, large files, progress indicator? and HttpModule and upload files.