der code dazu sieht halt so aus
<html> <head> <link rel="stylesheet" type="text/css" href="include/admin/templates/style.css"> <script language="JavaScript" type="text/javascript"> <!-- function closeThisWindow() { opener.focus(); window.close(); } function openImgWindow(v,hoehe,breite) { var fenster = window.open('include/images/wars/{wid}_{mid}.'+v,'bild','height='+hoehe+',width='+breite); fenster.focus(); } function deleteMap(v) { var x = confirm ( "Bild wirklich loeschen?" ); if ( x ) { document.location.href="admin.php?wars-last-upload=0&d=include/images/wars/{wid}_{mid}."+v+"&wid={wid}&mid={mid}"; } } //--> </script> </head> <body> <? $shoutbox_VALUE_name = $_SESSION['authname'];?> <table border="0" cellpadding="5" cellspacing="1" class="border" width="100%"> <tr> <td class="Callg"> <form action="admin.php?gallery-uploadImages-1" method="POST" enctype="multipart/form-data"> <input type="hidden" name="hochladen" value="yes" /> <table border="0" cellpadding="5" cellspacing="1" class="border" width="100%"> <!-- ### kategorie Name ### //--> <br> <b>Normale Bilder die Du in der Kategorie "Bilder" hochladen willst.</b> <br> Wenn es große und viele Bilder sind kann es einige Zeit dauern bis sie fertig hoch geladen sind. <br> <!-- ### ende kategorie NAME ### //--> <tr> <td class="Cnorm"> <input size="35" type="file" name="file[]" /> <br /><input type="text" name="besch[]" value="username + beschreibung" size="50" /> </td> </tr><tr> <td class="Cnorm"> <input size="35" type="file" name="file[]" /> <br /><input type="text" name="besch[]" value="username + beschreibung" size="50" /> </td> </tr><tr> <td class="Cnorm"> <input size="35" type="file" name="file[]" /> <br /><input type="text" name="besch[]" value="username + beschreibung" size="50" /> </td> </tr><tr> <td class="Cnorm"> <input size="35" type="file" name="file[]" /> <br /><input type="text" name="besch[]" value="username + beschreibung" size="50" /> </td> </tr><tr> <td class="Cnorm"> <input size="35" type="file" name="file[]" /> <br /><input type="text" name="besch[]" value="username + beschreibung" size="50" /> </td> </tr><tr> <td class="Cdark"> <input type="submit" value="Absenden" /> <input type="button" value="Schliessen" onClick="closeThisWindow()" /> </td> </tr> </table> </td> </tr> </table> <script language="JavaScript"> <!-- Verstecken für ältere Browser -- function surfto(form) { var myindex=form.select1.selectedIndex if (form.select1.options[myindex].value != 0) { location=form.select1.options[myindex].value;} } // Ende verstecken --> </SCRIPT> </body> </html>
doch nun möchte ich dass der name des uploaders automatisch hinzu gefügt wird wie kann ich des denn machn?
thx für die antworten
verwendete ilchClan Version: 1.1
Zuletzt modifiziert von timosy am 19.01.2007 - 12:36:45