In Development
Last Updated: 09 Jul 2026 09:23 by ADMIN
Scheduled for 2026 Q3
Owen
Created on: 09 Jul 2026 09:04
Category: AsyncUpload
Type: Bug Report
0
Disabling session state and csrf causes null reference exception when using async upload

If both the CSRF validation and the Session state is turned off, the pages containing AsyncUpload control will throw a null reference exception.

<appSettings>
  <add key="Telerik.AsyncUpload.EnableCsrfValidation" value="false" />
</appSettings>
<system.web>
  <sessionState mode="Off" />

0 comments