Occurs just after the Flash file was succesfully loaded and initialized. This could be usefull if you would like to change the DOM structure (e.g. hide the original file input elements.)
Occurs when the user removes a file from the queue. You have to code your own functionality to remove a file from the queue (see the demo's for examples).
Occurs after the file has been uploaded to the server. This is only a signal that the file was uploaded. The backend which processes the file can still choke on invalid files and so on!