RE: BeanUtil Exception when File Upload

2004-09-24 Thread David G. Friedman
Sebastian, I am playing around with this right now. I had to change my to be: Between this and keeping my bean simple, it worked fine. Also, don't forget this test to see if your uploaded file(s) exceeded the max limit: Boolean b = (Boolean) request.getAttribute(MultipartRequestHandler.ATTRI

RE: BeanUtil Exception when File Upload

2004-09-24 Thread Sebastian Ho
Thanks David. The problem was resolved. I missed out the encoding type. Thanks On Fri, 2004-09-24 at 15:32, David G. Friedman wrote: > Sebastian, > > I am playing around with this right now. I had to change my .../> to be: > > > Between this and keeping my bean simple, it worked fine. Als