Mailinglisten-Archive |
>wie ist es möglich, aus einem Formular mehrere Bild "gleichzeitig"
>upzuloaden?
if ($HTTP_POST_FILES[$pFormName]['tmp_name'] == 'none') {
return;
}
if (copy($HTTP_POST_FILES[$pFormName]['tmp_name'], $pFilename)) {
<DEIN CODE $pFormName ist der Name des Fields im Formular>
}
Gruß
Daniel
Daniel Rowe
ProSales Europe Media GmbH
Katharinenstrasse 19 · 10711 Berlin
Telefon [+49 30] 726 15 91 - 20
Telefax |+49 30] 726 15 91 - 49
php::bar PHP Wiki - Listenarchive