Hola: Alguien sabe como hacer esto que está en html con flash?
Código HTML:
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<form enctype="multipart/form-data" action="recogeFichero.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="500000">
Seleccione el archivo: <input name="archivo" type="file"><br>
<input type="submit" value="Enviar">
</form>
</body>
</html>
Gracias