Rank: Newbie Groups: Member
Joined: 4/2/2015 Posts: 3
|
I am checking some values in javascript and then click the upload button from JavaScript but it is not calling code behind handler
var originalUploadButton = document.getElementById("fileUploader_UploadButton"); originalUploadButton.onclick(); Please suggest.
IE-11
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You can not do that. If you want the AJAXUploader to automatically start upload as soon as user selects a file, you can set AutoUpload property to true.
Thanks!
|