Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: custom upload button
Re: custom upload button
07-05-2010, 7:02 AM
pbwbart
Joined on 09-30-2008
Posts 56
Re: custom upload button
Reply
Quote
I created my own button and append this javascript on the onclick function
btnAddFiles.Attributes.add("OnClick","document.getElementById('" & Myform.clientId & "_fileUploader').startupload();return false;")
View Complete Thread