$photo_array = Reihe ($file1, $file2, $file3);
$flag_error = falsch;
foreach ($photo_array als $photo) {
wenn (! $photo || leeren ($photo) || ! is_array ($photo)) {
//-Störung: nichts lud oder falscher Argumentverbrauch
$this->errors [] = „Bild wurde nicht geladen“;
$flag_error = richten aus;
} elseif ($photo [„Störung“]! = 0) {
//-Störung: nichts lud oder falscher Argumentverbrauch
$this->errors [] = $this->upload_errors [$photo [„Störung“]];
$flag_error = richten aus;
}/*else {
$i = 1;
$this->temp_path.$i = $photo [„tmp_name“];
$this->filename.$i = $maxid.basename ($photo [„Name“]);
$i++;
} *
}
wenn ($flag_error) {
Rückholfalsches;
} elseif (! $flag_error) {
$this->temp_path1 = $file1 [„tmp_name“];
$this->filename1 = $maxid.basename ($file1 [„Name“]);
$this->temp_path2 = $file2 [„tmp_name“];
$this->filename2 = $maxid.basename ($file2 [„Name“]);
$this->temp_path3 = $file3 [„tmp_name“];
$this->filename3 = $maxid.basename ($file3 [„Name“]);
$this->datecreate = strftime („%Y-%m-%d %H: %M: %S“, Zeit ());
Rückhol ausrichten;
}
|