How do I upload a file from an applet to a servlet, i.e. emulate the browsers multipart/form ability to upload files?
Location: http://www.jguru.com/faq/view.jsp?EID=119521 Created: Aug 4, 2000 Modified: 2002-03-31 15:20:15.035 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by alex black (http://www.jguru.com/guru/viewbio.jsp?EID=51517 The HTTPClient offering makes this possible from its mpFormDataEncode method. Keep in mind the security restrictions of an applet accessing the local client’s file system. Basically, untrusted applets can’t.