Hi Terry,
Yes, that seems to be what is happening.
When I add these functions they don't get called either:
- function CuteWebUI_AjaxUploader_OnStart() {
-
-
- alert("hello");
- $('#SendMail').attr("disabled", "disabled");
- }
- function CuteWebUI_AjaxUploader_OnStop() {
-
- alert("hello");
- $('#SendMail').removeAttr("disabled");
- }