I've looked at the help docs and the demo for manual upload at http:///ajaxuploader.com/demo/Start-uploading-manually.aspx
The problem is this line:
uploadobj.startupload();
throws an error saying it can't find startupload(). Is this javascript function new or not in the version I'm using? I have CuteWebUI.AjaxUploader.dll version 3.0.
I'm just looking for the javascript method to start the manual upload. Thanks.