Uploading file of larger size
-
Hi, Uploading file of larger size than specified in config file directly shows "The page cannot be displayed" page. How can I show message that file uploaded is of larger size than allowed. Thanks in Advance. :)
-
Hi, Uploading file of larger size than specified in config file directly shows "The page cannot be displayed" page. How can I show message that file uploaded is of larger size than allowed. Thanks in Advance. :)
-
in the web.config file, go to and modify the maxRequestLength value Remember the value is in KB HC
Best Regards, Haissam Abdul Malak My Blog
-
sorry but it seems the code has been filtered from the above post in the web.config file, go to and modify the maxRequestLength value Remember the value is in KB
Best Regards, Haissam Abdul Malak My Blog
Thanks. I had already update the maxRequestLength value in config file . Problem Is that let i have set maxRequestLength value for 10MB now if user upload a file of 11MB or more it directly shows "Page Can not be displayed" page, i have to show message of length of uploaded file is more than allowed.For that where i have to change settings. :)
-
in the web.config file, go to and modify the maxRequestLength value Remember the value is in KB HC
Best Regards, Haissam Abdul Malak My Blog