I have tried implementing the AjaxUploader in our project, but when clicking the "Add Files" button, it hangs forever and I get the following error:
Error: CuteWebUI_AjaxUploader_Initialize is not defined
Source File: BLOCKED SCRIPTalert('TODO: FIXME')
Line: 0
I have added the following keys into the web.config
<system.webServer>
<modules>
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
<add name="MagicAjaxModule" type="MagicAjax.MagicAjaxModule, MagicAjax"/>
</modules>
</system.webServer>