I have come across this error multiple times at work. This problem occurs because the default value for the maxRequestLength parameter in the
section of the Machine.config or Web.Config
file is 4096 (4 megabytes). As a result, files that are larger than this value are not uploaded by default..
[More]