Καλώς ήλθατε στο Collectibles.gr
<html> | |
<head></head> | |
<body> | |
<form action = "http://localhost/new_upload.php" method = "post" enctype = "multipart/form-data"> | |
<br><br> | |
Choose the file to upload<br> | |
<input type = "file" name = "file"><br> | |
<input type = "submit" name = "submit"> | |
</form> | |
</body> | |
<html> |