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
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
:: Copyright KIRUPA 2024 //--