Limit size of pictures for upload in my web site (VS2010 – C#)
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
Hi How can I Limit size of pictures for upload in my web site (VS2010 – C#)? Thanks very much
You can find that information in a place we like to call, documentation[^] "The default size limit is 4096 kilobytes (KB), or 4 megabytes (MB). You can allow larger files to be uploaded by setting the maxRequestLength attribute of the httpRuntime element."
Failure is not an option; it's the default selection.
-
Hi How can I Limit size of pictures for upload in my web site (VS2010 – C#)? Thanks very much
-
Hi How can I Limit size of pictures for upload in my web site (VS2010 – C#)? Thanks very much