New FileReference() and post other data?

Hi,

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

var file_fr:FileReference = new FileReference();

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

Thanks