Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Manually attach file using javascript
Re: Manually attach file using javascript
08-02-2012, 2:11 PM
osimbr
Joined on 08-02-2012
Posts 3
Re: Manually attach file using javascript
Reply
Quote
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