i tried to install uploadify extension and follow all instructions at
http://www.yiiframework.com/extension/uploadify/#hh2
when i run the file i get this error
CException
Description
Property "uploadifyWidget.mult" is not defined.
Source File
here is my view file code
<?php $this->widget(‘application.extensions.uploadify.uploadifyWidget’, array(‘mult’=>‘false’));?>
<div id="fileUpload">You have a problem with your javascript</div>
<div class='photo_menu'>
<a href="javascript:startUpload()">Iniciar Subida</a> | <a href="javascript:$('#fileUpload').fileUploadClearQueue()">Limpiar Cola</a>
</div>
m i doing something wrong?
or any help to run a simple demo?
thnks