I use uploadify
plugin for uploading files.
But when I use
jQuery('#video_thumb1').uploadify('settings','uploadLimit','4');
to change the limit count, I get an error.
I cannot resolve this problem, whats this error?
Try this
$("#file_upload_1").uploadify({
height:30,
swf: 'http://www.uploadify.com/uploadify/uploadify.swf',
uploader:'http://www.uploadify.com/uploadify/uploadify.php',
width : 120,
uploadLimit: 4
});