Re: How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?

  •  01-27-2009, 9:47 AM

    Re: How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?

    Hi,
     
    You can use this way to store the uploader object :
     
     var theuploader;
     function CuteWebUI_AjaxUploader_OnInitialize()
     {
      theuploader=this;
     }
     
    Regards,
    Terry
View Complete Thread