Código :
<form action="upload.php" method="post" enctype="multipart/form-data" name="form1"> <table width="95%" border="0"> <tr> <td>Archivo a Subir </td> <td colspan="3"><input name="archivo" type="file" id="archivo"></td> </tr> <tr> <td width="30%"><input name="tipo" type="radio" value="c"> Calendario Tributario </td> <td width="21%"><input name="tipo" type="radio" value="p"> Prospectiva</td> <td colspan="2"><input name="tipo" type="radio" value="o"> Otro</td> </tr> <tr> <td colspan="4"><div align="center" class="red"><strong>Debe Selecionar un tipo de archivo </strong></div></td> </tr> <tr> <td colspan="3"><div align="center"> <input name="boton" type="submit" id="boton" value="Subir"> </div></td> <td width="27%"> </td> </tr> </table> </form>
gracias...