Hi,
We have investigated on it, and found that caused by our code which intercept the WorkerRequest.
You can use this setting to avoid this issue :
add this line to web.config appSettings
<add key="CuteWebUI.AjaxUploader.UseAspNetStream" value="True" />
Regards,
Terry