u can directly upload a file from client machine
thorugh html .
<Form action="xyz/xyz.jsp" method=POST Enctype="multipart/form-data">
    <center>File name :
    <input type=FILE size=50 name=filename></center> <br>
    <center><input type=submit size=30 value="    SUBMIT    "
align=center></center>
</Form>


in server side , handle this file through com.orielly.servlet APIs.

Hope , it is clear.

----- Original Message -----
From: Robert Birch <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 11, 2001 9:02 PM
Subject: Uploading Files


> 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 unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to