in flex you register an event for DataEvent.UPLOAD_COMPLETE_DATA ...
fileReference.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, responseHandler);
private function responseHandler( event:DataEvent ) :void
{
here you should have in the event.data whatever you want to send back from cold
fusion
Alert.show(response.toString())
}
TH
C
________________________________
From: ZIONIST <[email protected]>
To: [email protected]
Sent: Mon, January 4, 2010 4:17:31 PM
Subject: [flexcoders] Re: how to get the name of a video file after upload
am sorry, am even more confused. is there a way to do this with the
fileReference in flex?