You are not logged in.
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
<html> <head> </head> <body> <form name="upload" method='post' action="upload.php" enctype="multipart/form-data"> <input name="file" type="file"> <input type='submit' name='Submit' value='upload'></form> </body> </html> |
|
|
Source code |
1 2 3 4 5 |
<?php
echo "<pre>\n";
print_r($_FILES);
echo "</pre>\n";
?>
|
TrOuble
God





-