Oh yeah, indeed I want to use Trinidad tr:inputFile only. And the error comes from Trinidad, concerning disk quota.
Now it's ok. Many thanks.

-- Renzo

Matthias Wessendorf wrote:
here is all you need to know for Trinidad:

http://myfaces.apache.org/trinidad/devguide/fileUpload.html

and on Tomahawk... puh' ... hard to say. The "API" is total different.
(the context-params are named different, in these two pages)

Let me check the documentation, ahm... the source

-Matthias


On Nov 9, 2007 4:49 PM, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:
  
 Done, indeed now it seems working well. One more jar for my collection,
there are already so many I don't know what they are for :-( .
 One more point, though: I'm having uploaded file threshold problems - I
know I have to configure my web.xml - but it seems there are documented two
different ways:

 from myfaces docs: http://myfaces.apache.org/tomahawk/extensionsFilter.html
 from myfaces wiki: http://wiki.apache.org/myfaces/Setup_For_File_Uploads

 since they refer to different filter classes - which is the right one ?




 Matthias Wessendorf wrote:
 try to just add commons-io

On Nov 9, 2007 3:57 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:


 this isn't specific to myfaces/trinidad. this is caused by tomahawk


On Nov 9, 2007 3:53 PM, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:


 Hi, I'm using component tr:inputFile from Trinidad.
I successfully uploaded several kind of files to my application without
problems.
When I try to upload a zip file, I get a server error, according to the
following trace:

java.lang.NoClassDefFoundError:
org/apache/commons/io/output/DeferredFileOutputStream
 at
org.apache.commons.fileupload.DefaultFileItemFactory.createItem(DefaultFileItemFactory.java:102)
 at
org.apache.commons.fileupload.FileUploadBase.createItem(FileUploadBase.java:500)
 at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367)
 at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:268)
 at
org.apache.myfaces.webapp.filter.MultipartRequestWrapper.parseRequest(MultipartRequestWrapper.java:85)
...
Eclipse report the top error as occurring in
org.apache.commons.fileupload.DefaultFileItemFactory from
commons-fileupload-1.1.1.jar.
What else should I include in my project to account specifically for zip
uploading and the missing class DeferredFileOutputStream ?

Thanks -- Renzo




--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org






    



  

Reply via email to