Re: Manually attach file using javascript

  •  08-02-2012, 2:11 PM

    Re: Manually attach file using javascript

    Hello again.
    I found this:
     
    var uploader = document.getElementById('<%=frmAnexos.ClientID %>'); 
    alert(uploader.getitems().length);
     
    Have some way to add files manually to this list?
     
    My desktop application have to add files for upload.
     
    Thanks again. 
View Complete Thread