Hi, I want to upload images to a servlet. The images are used to build a catalog.
I have investigated the different possibilities, and found that I can upload using HTML forms, using the MIME-MULTIPART request. I am also playing with the idea of using an applet to handle the upload instead. My question is: will I be able to use the applet to construct the same MULTIPART request, since the form was responsible for doing this while using HTML? Is there a way I can upload the image using the applet. I have also read that I must look into RMI (which I have no exprience on). Will this be able to help? regards, Ruan Viljoen Java Web Developer Sanlam Life : Information Technology Tel: (+2721) 947-8498 *************** Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be those of Sanlam, to whom no liability shall attach whatsoever. ___________________________________________________________________________ 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
