
27/09/2006, 06:46
|
| | Fecha de Ingreso: junio-2004
Mensajes: 185
Antigüedad: 20 años, 9 meses Puntos: 0 | |
Hola tengo otra duda:
Me dijiste que en el action tomara el filepath del fichero así request.getParameter("fichero").toString() y despues lo leo con un input stream, eso lo hice de esta manera:
String filePath = request.getParameter("file").toString();
InputStream in;
in = new FileInputStream(filePath);
pero a la hora de escribirlo en el response ¿Como lo hago?
Le agradecería que me ayudara
Salu2
Última edición por isaacrc82; 27/09/2006 a las 14:29 |