Hi,
Please download the control again.
We have add new configuration appSettings: (It's not compatible with ASP.NET1.1 currently)
<add key="CuteWebUI.AjaxUploader.AllowSession" value="True"/>
If add this line into web.config <appSettings>
the custom provider can read session .
But the upload request also go though the ASP.NET pipeline, and the uploader would stop works if any http module has incompatible code.
Regards,
Terry