Hi,
when you use load balancing and get "Unable to find the uploaded file in directory: E:\....\UploaderTemp ",
you need configure a shared file server to store the temp files.
if you get security issue, fill username/password into web.config
<add key="CuteWebUI.AjaxUploader.WindowsUsername" value="Terry" />
<add key="CuteWebUI.AjaxUploader.WindowsPassword" value="12345abcde" />
<add key="CuteWebUI.AjaxUploader.WindowsDomain" value="" />
or use custom file provider to store the file into same place:
Regards,
Terry