Hi.
I have tried the code in the examples to create the FileUpload widget. No matter how I try to set any properties, I just keep getting
“uncaught exception: Invalid property: template”
I am using the latest download of jqWidgets.
My code is simple:
Within the $(document).ready(function(){….
$('#jqxFileUpload').jqxFileUpload({ browseTemplate: 'success', uploadTemplate: 'primary', cancelTemplate: 'danger', width: 300, uploadUrl: 'imageUpload.php', fileInputName: 'fileToUpload' });
And in my HTML:
<div id="jqxFileUpload"></div>
Please tell me if I am missing something?