We are trying to integrate SWFUpload into "tinybrowser" and replace the old flash uploader.
This is a small script that integrates into the TinyMCE WYSIWYG editor for CMS systems.
http://groups.google.com/group/tinybrowser/
http://tinybrowser.googlegroups.com/web/tinybrowser_1_41.zip
It is very popular however, the old flash uploader uploads in a single post and has a tendency to crash often. It would be nice to replace this with something that is more actively maintained.
We could do most of the integration ourselves however we are having several problems.
Currently the flash uploader maintains the filename and creates two separate resized files, one a thumbnail in a separate directory, then the larger resized picture.
We have tried to do this with the uploader however we can not get it to upload two separate resized files. If we could get a sample upload.php we could finish the integration.