> 1)Can anyone tell me about what is Multipart post to servlets?

It's well discussed in my book "Java Servlet Programming", which comes
with code to handle such posts.  See http://www.servlets.com.

Basically, you're looking at multipart/form-data content being sent
from the browser to the server which is usually done to support file
uploading.  The format is discussed in RFC 1867.

-jh-

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to