Hi,
I have the problem talking about the uploader and form’s button.
form’s button can use
myform.attachEvent("onButtonClick", function(name){ }
, to control the button.
the uploader has the uploader’s button to upload the file into somewhere.
Now, I want to use the form’s button (onButtonClick event) to control uploader’s button to upload the file.
Could you please to help?
many thanks.