Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/10/2011, 15:28
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: Problema al cargar un archivo a mi servidor en ubuntu usando FileUpload

No se si esto vaya a influir, pero, ponle un nombre a las etiquetas del formulario.
Código HTML:
Ver original
  1. <input type="file" name="archivo" />
  2. <input type="submit" name="submit" value="Subir" />
Nunca he usado esa librería que estas utilizando.

Edit: Veo esto en la documentacion de FileUpload:
Cita:
Why is parseRequest() returning no items?
This most commonly happens when the request has already been parsed, or processed in some other way. Since the input stream has aleady been consumed by that earlier process, it is no longer available for parsing by Commons FileUpload.