Property "uploadifyWidget.mult" is not defined.

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>

    &lt;div class='photo_menu'&gt;


        &lt;a href=&quot;javascript:startUpload()&quot;&gt;Iniciar Subida&lt;/a&gt; |  &lt;a href=&quot;javascript:&#036;('#fileUpload').fileUploadClearQueue()&quot;&gt;Limpiar Cola&lt;/a&gt;


    &lt;/div&gt;

m i doing something wrong?

or any help to run a simple demo?

thnks

It looks like that this widget has not the mult property.

Take a look at the class definition, maybe the property has been changed and the documentation is not updated

Someone managed to install this widget? Had the same problem of abdullah.

Abdullah managed to find the solution?

Hi all. Change in file ‘/protected/extensions/uploadify/uploadifyWidget.php’ ‘protected $mult;’ to ‘public $mult;’