<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
<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
No comments:
Post a Comment