You'll need to either write code to parse a multi-part form post or use a 3rd party tool. Check out Jason Hunter's library here -> http://www.servlets.com/cos/index.html. You'll just have to buy a copy of his book for everyone on your development staff to license the code ;)
-----Original Message----- From: Trevor MacPhail [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 17, 2002 7:32 AM To: [EMAIL PROTECTED] Subject: Processing form uploaded files I would like to build a form to allow uploading of an image through a servlet(using the <input type="file"> html tag) but can seem to find out how to retrieve the information properly out of the request. Any suggestions? -- Trevor MacPhail -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
