Hello,
I have been trying to get this control to work within my .net webpart but so far I have been unable to get it to work..
I get the following error when the page loads..
Line: 83
Error: 'CuteWebUI_AjaxUploader_Initialize' is undefined
Then I click the upload button I get a error..
Web module is not installed into the web config..
If i skip that error then click it again..
it sorta works..
Im a little confused to why I am getting the first error.. and why this is happening.
Update:
I added the following to the httpModules of my web config but nothing changed..
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
I also had to add this.. IIS7.. the other one I did was in another section.. iis classic i think..
<modules>
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
</modules>
seems I answered my own question.. =)