you use ftp.... or scp or some other file copying program.
 
Jase Bell

java.net.URL url = "" java.net.URL("http://localhost:8081/teste.jsp?value=100");
InputStreamReader reader = new InputStreamReader(url.openStream ());
I receive my xml file.


How can i do to send this file from the client to my server.


---
You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
http://www.sys-con.com/fusetalk To unsubscribe from all mailing lists, click:
http://sys-con.com/[EMAIL PROTECTED]

Reply via email to