Hi mulmad,
Yes, it should be a bug, I will report to the development team to check it.
Maybe you can try the way below
- <script type="text/javascript">
- var count = false;
- function CuteWebUI_AjaxUploader_OnBrowse() {
- if (count == false)
- {
- alert(1);
- count = true;
- }
- }
- </script>
Regards,
Ken