Here is the sample code I am trying to run from
http://www.theserverside.com/tt/articles/article.tss?l=HttpClient_FileUpload but keep getting the errors:
but I keep getting the following error:
Can someone tell what am I doing wrong. I have
commons-fileupload-1.1.jar in my classpath. I even tried someother samples but keeps getting the same error
i.e.
parseRequest(request); I really want to upload an xml file only and read it's content from memory in the
servlet and do the processing. Any help is appreciated.
Thanks
[ May 22, 2006: Message edited by: Bear Bibeault ]