# New FileReference() and post other data?

**URL:** https://forum.kirupa.com/t/new-filereference-and-post-other-data/170287
**Category:** Uncategorized
**Created:** [November 24, 2005, 11:57am UTC](https://forum.kirupa.com/t/new-filereference-and-post-other-data/170287 "2005-11-24T11:57:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bunal](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/bunal/32/1956_2.png) [@bunal](https://forum.kirupa.com/u/bunal)
#### Post date: [November 24, 2005, 11:57am UTC](https://forum.kirupa.com/t/new-filereference-and-post-other-data/170287/1 "2005-11-24T11:57:31Z")

</div>

Hi,

Is it possible to send other data with post at the same time the event occurs

```auto
var file_fr:FileReference = new FileReference();

upload_butn.onPress = function() {
 file_fr.upload(myurl);
};

```

Thanks
