
06/12/2005, 12:20
|
 | | | Fecha de Ingreso: marzo-2004 Ubicación: Guatemala
Mensajes: 363
Antigüedad: 21 años Puntos: 11 | |
no es la conexión a Internet. ok. supongo que estas trabajando localmente.....
ahora prueba poner la siguiente etiqueta HTML en tu formulario:
<form method="post" enctype="multipart/form-data" name="form1" action="">
<table width="735" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="17" height="19"> </td>
<td width="618"> </td>
<td width="23"> </td>
</tr>
<tr>
<td height="23"> </td>
<td valign="top">Titulo:
<input name="titulo" type="text" id="titulo" class="formulario" />
Fichero: <input type="hidden" name="MAX_FILE_SIZE" value="10000">
<input type="file" name="file" class="formulario" />
</td>
<td> </td>
</tr>
..........
en este caso le has especificado en tu formulario el tamaño máximo que será permitido subir a tu servidor (esto debe ser establecido en bytes).
saludos... |