inspiron: upload verzeichnis mit select

Beitrag lesen

Hallo,
ich glaube es versteht mich keiner....:-(
Also, ich möchte hinter dem Pfad ./doku/format/ ein Selectfeld einfügen in dem ein Ordner ausgewählt werden kann.

  
if (isset( $_POST['submitbutton1'] ))  
{  
.  
.  
.  
if (@move_uploaded_file( $_FILES['datei']['tmp_name'], "./doku/format/" .$DateiNameNeu ))  

Würde das so funktionieren?

  
if (isset( $_POST['submitbutton1'] ))  
{  
.  
.  
.  
$ordner1 = $_POST['select']  
  
if (@move_uploaded_file( $_FILES['datei']['tmp_name'], "./doku/format/".$ordner1."/".$DateiNameNeu ))  

Sorry, fürs unverständliche ausdrücken!
Gruß