====
    Web Designer Framework - A simple framework for creating a web based designer - Copyright (C) 2010 EBM Websourcing, http://www.ebmwebsourcing.com/

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
====

Extension Page : http://www.silverbiology.com/ext_samples/SwfUploadPanel/uploaddemo.php
Author : Michael Giddens
v 0.4 (March 6th 2008)
License : MIT

There were some changes to the original code.  
The original files are renamed .org so that a comparison can be made.
Here is the list of changes:
1.  Event handlers were mixed up.  I've replied to the forum on this but don't
    know when the author will fix.  I've added the fixes in the code.
2.  Added a "Note" column so to display errors when upload fails.  This follows 
    the UploadDialog so that the same server code can be used.
3.  Return value "success" was not analyzed by the code from the return data 
    from the server.  Success=false will set the status to Error.
4.  Fixed delete key to delete entries.  Also, restricting it to just the
    Delete key and not all the other keys.