Fancyupload

Fancyupload is a flash based uploader
In order to test the extensions, please, follow the steps below

  1. Copy the extension folder to your protected/extensions
  2. Copy the files under protected/extensions/fancyupload/code_sample to your respective folders components, controller and views (note that you'd keep the folder fancy for views)
  3. Create two folders under /protected: queue and single

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

Enjoy!