I've try to replicate the following example:
http://demos.telerik.com/aspnet-ajax/upload/examples/async/additionalfields/defaultvb.aspx?product=asyncupload
but when I click on the select button and after choose a file I've a javascript error.
I have the same identical page. Only difference is the name of the file and I remove the
"qsf" tag
"args.get_row is not a function"
The problem seems to be in the following
in particular, it seems that the objects radAsyncUpload, args have no function inside
How to solve this problem?
Thanks