Hi all, I've been trying to get an upload portlet working with Jetspeed for a while now, and I have a question about the Request and Response items returned from RunData.
I have a simple servlet that uses the O'Reilly upload servlet, and it works fine with tomcat 5.0.28, and through Apache with mod_jk2. The problem is when I try to call the servlet from within a portlet; it throws a premature ending exception. I have also tried to use commons fileupload, and I get a: org.apache.commons.fileupload.FileUploadBase$InvalidContentTypeException: the request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is null when I try to pass the request object retreived from RunData. I've got a JSP form that has simple file browse and submit items that calls the associated JSP action class, which I know is being called from the logs. Am I doing something wrong? It seems to be that the request obtained from RunData doesn't contain the request object I thought I wanted to get. Where is the servlet request that is associated with the portlet? Thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]