Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
Extension Page : http://www.silverbiology.com/ext_samples/SwfUploadPanel/uploaddemo.php
2
Author : Michael Giddens
3
v 0.4 (March 6th 2008)
4
License : MIT
5
 
6
There were some changes to the original code.
7
The original files are renamed .org so that a comparison can be made.
8
Here is the list of changes:
9
1.  Event handlers were mixed up.  I've replied to the forum on this but don't
10
    know when the author will fix.  I've added the fixes in the code.
11
2.  Added a "Note" column so to display errors when upload fails.  This follows
12
    the UploadDialog so that the same server code can be used.
13
3.  Return value "success" was not analyzed by the code from the return data
14
    from the server.  Success=false will set the status to Error.
15
4.  Fixed delete key to delete entries.  Also, restricting it to just the
16
    Delete key and not all the other keys.