Hi, Here are some pointers I found while looking into the file upload task.
Client side for creating / writing 'multipart/form-data' http://www.httpunit.org MimeEncodedMessageBody creates the 'multipart/form-data' message PostMethodWebRequest collects the file names and parameters to send Servlet side for parsing / reading 'multipart/form-data' http://www.servlets.com/cos/index.html Start of the trail: http://www.mail-archive.com/[email protected]/msg02350.html Currently I do not have time to work on this task. Alvin
