uploader.php 282 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> Subir fichero de música </title>
  5. </head>
  6. <body>
  7. <form action="upload.php" method="post" enctype="multipart/form-data">
  8. <input type="file" name="file" />
  9. <input type="submit" value="Subir"/>
  10. </form>
  11. </body>
  12. </html>