1
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: February 04, 2008, 07:19:14 AM »
FIXED ! 
in member.php :

in member.php :
Quote
$action = ($action=="multiuploadimage") ? "multiuploadform":"uploadform";
$sendprocess = 1;
break; //break the while if any image upload fails
}
}
$fileext=($fileext=="")?2:$fileext+1;
}//end while
}//end if
else
{
//$action = "uploadform";
$action = ($action=="multiuploadimage") ? "multiuploadform":"uploadform";
$sendprocess = 1;
}
}//end upload action