Fancyupload is a flash based uploader
In order to test the extensions, please, follow the steps below
Now you have the following structure:
/protected/queue => where to put files from multiple upload (write permission)
/protected/single => where to put the single file upload (write permission)
/protected/controllers/FancyController.php
/protected/views/fancy/fancyqueue.php
/protected/views/fancy/fancysingle.php
Access your test app and point the url to the fancycontroller like:
http://localhost/testapp/index.php?r=fancy
http://localhost/testapp/index.php?r=fancy/fancysingle