I am getting the error Maximum request length exceeded when I am trying to upload a video in my site.
How do I fix this?
maxRequestLength (length in KB) Here as ex. I took 1024 (1MB) maxAllowedContentLength (length in Bytes) should be same as your maxRequestLength (1048576 bytes = 1MB).