<%@Page Language="C#"%>
File Uploading in ASP.Net Using C# - Demo
<%if(!Page.IsPostBack)
{
%>
File uploading in ASP.Net using C# - Demo
<%}%>
Please feel to contact the author Sriram for
your valuable suggestions and feedbacks.
in web.config
maxRequestLength=4096 for 4MB uploading
maxRequestLength=8192 for 8MB uploading
maxRequestLength=16384 for 16MB uploading
maxRequestLength=65536 for 64MB uploading
No comments:
Post a Comment