WE've had a slight issue over the last 24hrs and serach every where on google... We have a file upload script which uploads a array of image onto server via php... Now we can get teh correct variables across, but the basename($_FILES['Filedata']['name'], remains a blank... below is the upload section;
for(var i:Number = 0; i < list.length; i++) {
file = list;
file.postData = "id=" + id + "&acc=" + acc;
trace("Filename: " + file.name);
trace("Folder String: " + id);
trace("Account: " + acc);
trace(file.addListener(this));
file.upload("upload_inc.php");
}
Thanks for the help
for(var i:Number = 0; i < list.length; i++) {
file = list;
file.postData = "id=" + id + "&acc=" + acc;
trace("Filename: " + file.name);
trace("Folder String: " + id);
trace("Account: " + acc);
trace(file.addListener(this));
file.upload("upload_inc.php");
}
Thanks for the help