> -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Michael Katz > Sent: Tuesday, April 06, 2004 10:08 AM > To: [EMAIL PROTECTED] > Subject: Re: file upload with javax.portlet.PortletRequest? > > > Thanks for the reply. > Do you know the general timeline for that refactoring?
Other than "when I get to it", no, I don't. In the very near term, most of my time is going into finishing the migration of Struts over to an Apache top level project, and into getting the Struts 1.2.1 release out the door. FileUpload will be next in line once those are out of the way. > If it's going to be a while, I guess i'll temporarily create a new > FileUploadBase.java and DiskFileUpload.java using my portletrequest, > looks like i'd actually have to use the actionrequest so that i can get > the input stream. If you do decide to do that, I'd be interested in hearing about what you needed to do. Knowing more about where I'm going will most likely help me get there faster. ;-) -- Martin Cooper > Thanks. > > > Martin Cooper wrote: > > > "Michael Katz" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > >>Hi, > >>Is there an easy way to use the FileUpload component with a > >>javax.portlet.PortletRequest instead of a > >>javax.servlet.http.HttpServletRequest? > > > > > > Not yet, but I'm working on a refactoring of FileUpload that > would help with > > that. > > > > -- > > Martin Cooper > > > > > > > >>Thanks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
