- <!DOCTYPE html>
- <html>
- <head>
- <title> Subir fichero de música </title>
- </head>
- <body>
- <form action="upload.php" method="post" enctype="multipart/form-data">
- <input type="file" name="file" />
- <input type="submit" value="Subir"/>
- </form>
- </body>
- </html>
|