vaag form probleem

Pagina: 1
Acties:

  • chuxiej
  • Registratie: Februari 2001
  • Laatst online: 13-07-2020
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
    <form enctype="multipart/form-data" method="post" action="http://web.chat-stars.com/upload.php" name="<? echo($name); ?>">
    <table border='0' cellspacing='0' cellpadding='0' width='100%'>
    <tr>
     <td width='100' valign='top' class='ModuleMainItem'>Upload File:</td>
     <td valign='top' class='ModuleMainItem'><input name="FILE_UPLOAD" type="file" class='ModuleMainText' style='width: 300px;'></td>
    </tr>
    <tr>
     <td width='100' valign='top' class='ModuleMainItem'>&nbsp;</td>
     <td valign='top' class='ModuleMainItem'><input type="submit" value="Send File" class='ModuleMainText' style='width: 200px; cursor: hand;'></td>
    </tr>
    </table>
    <input type='hidden' name='upload_type' value='<? echo($upload_type); ?>'>
    </form>


Als ik nu op submit druk wordt ik via GET naar de upload.php pagina gestuurt.
Weet iemand hoe dit kan?
Volgens mij doe ik helemaal niets fout

www.dannyhiemstra.nl


Verwijderd

in de form tag ook even method="post" opnemen :D

  • chuxiej
  • Registratie: Februari 2001
  • Laatst online: 13-07-2020
erm mischien handig om even je bril uit de kast te halen ;)

www.dannyhiemstra.nl


Verwijderd

hehe oeps.... moet morgen maar ff langs de opticien :P

O-) O-) sorry, dan weet ik het niet

  • nescafe
  • Registratie: Januari 2001
  • Nu online
je hebt in je pagina het vorige <form> block niet afgesloten
(http://web.chat-stars.com/upload.php)
code:
1
2
3
4
5
    <form method="get">

    <tr><td class='ModuleTrackerItem'>Hell ya, got a massive hangover!</td></tr>
    <tr><td class='ModuleTrackerItem'>
    ...



edit: krijg ik nu een snoepje?

[ Voor 25% gewijzigd door nescafe op 03-01-2003 23:45 ]

* Barca zweert ook bij fixedsys... althans bij mIRC de rest is comic sans


  • Thijsmans
  • Registratie: Juli 2001
  • Laatst online: 11:04

Thijsmans

⭐⭐⭐⭐⭐ (5/5)

Weet je zeker dat je een get krijgt? Het _moet_ namelijk zo goed gaan, laat eens wat van je code zien, of een linkje ofzo...

Privacy-adepten vinden op AVGtekst.nl de Nederlandse AVG-tekst voorzien van uitspraken en besluiten.

Pagina: 1