i have set multipart/form-data tag in my html form. i need to get a form filled in by the visitors and also an attachment on the same form (file upload). i am using oreilly classes. problem is when i try to get data + file on the server using MultipartRequest class of oreilly i get the error "content type is not multipart". I am using MultipartRequest class getParameter function to get the data, and the file upload works as usual. Any Ideas why this error is occuring.
Plz help. Thanx in advance. ===== # Lalit Nagpal # __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
