unsubscribe

2001-10-19 Thread Robert Birch
-Original Message-From: yilmaz [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001 5:48 AMTo: [EMAIL PROTECTED]Subject: Re: help me with this " numberformat exception" please Hi Jan, thank you very much for your help, it worked !!. as you said i began to cut

Re: MultipartRequest (saveDirectory) ??

2001-02-26 Thread Robert Birch
in the call to MultipartRequest, all you need to do is replace the "." parameter with the path to the desired directory. i.e. MultipartRequest multi = new MultipartRequest(request, "C:\tomcat\webapps\myapp\images"); . -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent:

Uploading Files

2001-01-11 Thread Robert Birch
Are there any java.net.* (or anything) functions that will return a user's remote IP address so that a user specified file can be uploaded from the remote box via HTTP connection from a Java servlet? Robert === To

uploading files

2001-01-06 Thread Robert Birch
I'm trying to find some java.net.* function calls that will return a user's remote IP address. so that a socket can be opened for uploading a file from the remote host. I don't have that much experience with Java yet, and am not sure if this is possible, but if it is, could someone help me out?