onUploadCompleteData (FileReference.onUploadCompleteData event listener)

onUploadCompleteData = function(fileRef:FileReference, data:String) {}

Invoked after data is received from the server after a successful upload. This listener is not invoked if data is not returned from the server.

Availability: ActionScript 2.0; Flash Player 9.0.28.0

Parameters

fileRef:FileReference - The FileReference object that initiated the operation.

data:String - The raw data returned from the server in response to the successful upload.


Flash CS3