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'> </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