--- README

swfup (c) 2008 Alexander Svetkin http://svetkin.ru
Based on code originally created by Rob Loach and riemann

SWFUpload v2.1.0 by Jacob Roberts, Feb 2008, http://www.swfupload.org, http://swfupload.googlecode.com

--- REQUIREMENTS

Server-side:
1. Drupal 5.x
2. Write access to settings.php

Client-side (site user):
1. Enabled Adobe Flash plugin
2. Enabled JavaScript

--- INSTALLATION

1. Copy swfup module files to your modules directory

2. Copy SWFUpload files to swfup/swfupload directory. You will need the following files:
   plugins/swfupload.cookie.js
   plugins/swfupload.queue.js
   swfupload.js
   swfupload_f8.swf
   swfupload_f9.swf

3. Enable swfup module (you mush have upload module enabled)

4. Set 'session_inc' variable in your settings.php. For example:
   $conf['session_inc'] = './sites/all/modules/swfup/swfup_session.inc';

5. Enable file uploads for certain node types

--- TROUBLESHOOTING

You may change version of SWFUpload library in swfup.module:
define('SWFUP_FLASH_VERSION', 8);
	or
define('SWFUP_FLASH_VERSION', 9);

--- BUGS

Please, report bugs to alex@svetkin.ru