sfWidgetFormInputSWFUploadPlugin ====================== sfWidgetFormInputSWFUploadPlugin decorates a file input widget with queued uploading capabilities, provided by SWFUpload (www.swfupload.org). Instructions: ============= Use the widget like an ordinary file upload widget and configure it by passing custom options to its options array. This plugin is now an required dependancy of sfFilebasePlugin Installation ============ _(Install instructions taken from README in sfThumbnailPlugin, (c) Fabien Potencier)_ To install the plugin for a symfony project, the usual process is to use the symfony command line. With symfony 1.1/1.2, use: $ symfony plugin:install sfWidgetFormInputSWFUploadPlugin Alternatively, if you don't have PEAR installed, you can download the latest package attached to this plugin's wiki page and extract it under your project's `plugins/` directory. Clear the cache to enable the autoloading to find the new classes: $ php symfony cc Publish the plugins assets $ php symfony plugin:publish-assets You're done. Credits ======= The guys managing and devolping the SWFUpload flash movie as well as its javascript api should be mentioned here. Lern more at http://swfupload.org