Re: Fileupload in JBOSS AS

2007-03-05 Thread torben
I have found the problem. I forgot to install commons-fileupload and commons-io. Torben torben wrote: I have problem to upload a file using strut2 in an jboss server, version 4.0.5 In the jsp page I have: enctype="multipart/form-data"> accept="application/vnd.ms-powerp

Fileupload in JBOSS AS

2007-02-27 Thread torben
I have problem to upload a file using strut2 in an jboss server, version 4.0.5 In the jsp page I have: enctype="multipart/form-data"> accept="application/vnd.ms-powerpoint"/> In the strut xml file I have: class="dk.frojonck.action.FileUploadAc