my script is stopped at this line
IETagEventByAttrib>{"http:// "},INPUT,ID=files,click,
this line above does open up a file upload dialog box perfectly, but it stopped there, I can't Send text to fill in the file name.
I have to manually close the dialog box to have my script continue runs to next line!
I guess the problem is on the jQuery:
<input id="files" name="files" type="file" /><script>
jQuery(function(){jQuery("#files").kendoUpload({"select":onSelect,"remove":onDelete,"multiple":false,"async":{"saveUrl":"/AgencyUpload/Home/Save/123309","autoUpload":true,"removeUrl":"/AgencyUpload/Home/Remove/123309"}});});
</script>
please help....
thank you!!
Eric