# FileReference call back data

**URL:** https://forum.kirupa.com/t/filereference-call-back-data/313101
**Category:** flash
**Created:** [August 20, 2010, 1:25am UTC](https://forum.kirupa.com/t/filereference-call-back-data/313101 "2010-08-20T01:25:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Shaedo](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@Shaedo](https://forum.kirupa.com/u/Shaedo)
#### Post date: [August 20, 2010, 1:25am UTC](https://forum.kirupa.com/t/filereference-call-back-data/313101/1 "2010-08-20T01:25:46Z")

</div>

\<EDIT\>: SOLVED with [http://help.adobe.com/en\_US/AS3LCR/Flash\_10.0/flash/net/FileReference.html#event:uploadCompleteData](http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/FileReference.html#event:uploadCompleteData)  
Thank you **Senocular** , it was reading another of your posts that enlightened me!  
\</EDIT\>

Hi,

How do I get call back data for a FileReference upload call ?

[http://help.adobe.com/en\_US/AS3LCR/Flash\_10.0/flash/net/FileReference.html](http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/FileReference.html)

The onComplete callback only return a references (in the .data property) to the file (Reference.onComplete (file:FileReference) ).

In comparison URLLoader returns “The data received from the load operation.” eg PHP echo/print/die etc statements which is what I want.

Thank you for your consideration!

It might be that I am Googling the wrong terms but I have found several posts in other forums on this with no solutions.
