How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?

Last post 01-27-2009, 9:47 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  01-26-2009, 12:28 AM 48048

    How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?


    Hi all,
     
    I am trying to Start the Manual Upload for Dynamically Created UploadControl
     
    but I am getting an error that "Control Doesn't exist" from here
     
     in BLOCKED SCRIPT
     
    var uploadobj=document.getElementById('<%=Uploader2.ClientID%>');
     
    Uploader2 I am creating at the runtime  so when i  run the application, at that time only it gives that Control doesn't exist
     
    Help Me
     
    Thanks
     
    SreeSreekant
     
     

  •  01-27-2009, 9:47 AM 48091 in reply to 48048

    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 as RSS news feed in XML