Removes the specified handler from the collection.
$au.imageUploaderFlash('uploaderID').events().event().remove(handler);
Type: Function
The function to remove.
Type: Boolean
true
if the specified handled was successfully removed from the collection; otherwise, false
.