Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/09/2010, 20:59
sandinosaso
 
Fecha de Ingreso: julio-2008
Mensajes: 208
Antigüedad: 15 años, 10 meses
Puntos: 5
Respuesta: Ando buscando a este tipoooo!

Cambia:
<tr><td align="right" width="39%">Imagen</td><td width="2%"></td><td width="59%" align="left"><input type="file" name="fle_product_image" id="fle_product_image" value="" readonly=""></td></tr>

Por:

<tr><td align="right" width="39%">Imagen</td><td width="2%"></td><td width="59%" align="left"><input type="file" name="fle_product_image" id="fle_product_image" ></file></td></tr>

Te falto cerrar el <file> y los atributos value y readonly los tienes al pedo.

Saludos.