Legolas Woodland <legolas.w <at> gmail.com> writes: > Then how we can implement uploading files inside portlets ? > can please some one give me some helps ? > > Thanks
Hi Legolas, I started looking into this because I will also need to provide file upload functionality from a portlet at some point soon. In theory, because the raw request data from the client HTTP request is available via the ActionRequest, it should be possible to parse out the multi-part file objects sent in the payload of the request. I see no reason why the commons file upload API wouldn't work within a portlet as described here: http://jakarta.apache.org/commons/fileupload/using.html That is, unless the jetspeed developers know something I don't. :) When I get some time, i will attempt to implement this and I will post my results if no one else posts a solution before then. HTH, aaron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
