UpLoad File
-
Hi all I am developing function upload file by asp.net But have problem when i choose file > 5MB after that click submit My IE or Firefox have error: Firefox: The connection to the server was reset while the page was loading. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web. IE : Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address. Diagnose Connection Problems
-
Hi all I am developing function upload file by asp.net But have problem when i choose file > 5MB after that click submit My IE or Firefox have error: Firefox: The connection to the server was reset while the page was loading. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web. IE : Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address. Diagnose Connection Problems
ASP.NET defaults the upload limit to 4MB. You can increase this in the web.config file. See this[^]
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi all I am developing function upload file by asp.net But have problem when i choose file > 5MB after that click submit My IE or Firefox have error: Firefox: The connection to the server was reset while the page was loading. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web. IE : Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address. Diagnose Connection Problems
Hi You can upload larger files by changing maxrequestLength in Web.config section. Bhanu