Re: How to limit the total max size?

  •  09-24-2009, 10:39 AM

    Re: How to limit the total max size?

    Hi,
     
    Please use the last version.
     
    And it support this method:
     
    var hidden=document.getElementById('<%=Uploader1.ClientID%>')
    var items=hidde.getitems();
     
    --
     
    The javascript API do not helps the UploadAttachment.Items
     
    If you want you script access the Items info , you need implement it by your self.
     
    Regards,
    Terry
     
View Complete Thread