Knowledge Updates
Thursday, September 29, 2011
Google Image Search Client in C# 5.0 and WPF
Refer Belo Link,A very good stuff
http://www.codeproject.com/KB/WPF/kcgoogleClient.aspx
Increase the max upload size to above the 4 MB in Asp.net
<system.web>
<httpRuntime maxRequestLength="4194304" executionTimeout="360"/>
</system.web>
add this in web.config .. here 4194304= 4 GB
4MB = 4096 in config file
Other Options
http://mattberseth.com/blog/2008/07/aspnet_file_upload_with_realti_1.html
http://darrenjohnstone.net/2007/06/02/writing-an-aspnet-file-upload-module/
http://dotnetslackers.com/Community/blogs/haissam/archive/2008/09/12/upload-large-files-in-asp-net-using-httpmodule.aspx
http://aspnetresources.com/articles/dark_side_of_file_uploads
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)