Hi, I'm trying to create an asynchronous upload button via php wrapper. Even copying your example codes, and even running demos in downloaded zip file, I always get this error in browser (chrome latest version):
Uncaught SyntaxError: Unexpected token ]
Just in generated line:
I couldn't find anything useful to solve this problem.
Please can you help me?
Warm regards,
Simone
Uncaught SyntaxError: Unexpected token ]
Just in generated line:
<
input
type
=
"file"
id
=
""
name
=
""
/><
script
>jQuery(function(){jQuery("#").kendoUpload({"upload":files[],"async":{"saveUrl":"save.php"}});});</
script
>
I couldn't find anything useful to solve this problem.
Please can you help me?
Warm regards,
Simone