Hi Firuz,
Please add the below line of code in the web config file if not present and mention the filesize(in kb) because the default size is 4mb(4096kb) and check.
<configuration>
<system.web>
<httpRuntime maxRequestLength="SIZE" />
</system.web>
</configuration>