Hi all,
I've a website hosted on azure using syncfusion uploadbox with the attribute FileSize="100829120". When i upload a 56 MB file , at the end of upload i get 502 bad Getway ( please find the attached screen capture for the error). Do i have configure something else to get it works?
in web cconfig i have in System.webserver
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="104857600"/>
<!--//bytes-->
</requestFiltering>
</security>
and in system.web
<httpRuntime targetFramework="4.5" maxRequestLength="102400"/>
Smaller files works without issues.
Looking forward to hearing from you
Attachment:
502_bad_gateway_ff907f2c.rar