Hi, I tried you project and:
1) faces-config.xml is wrong, it needs <faces-config> as root element, not <root> 2) trinidad-config is wrong, it has <filter> element - this one belongs to web.xml and element <uploaded-file-processor-settings> with children does not exist: see http://myfaces.apache.org/trinidad/devguide/fileUpload.html Please notice that in console you can see a lots and warnings like: 8.6.2011 20:25:04 org.apache.myfaces.trinidadinternal.config.ConfigParser$Handler endElement WARNING: Element upload-max-memory is not understandable After correction of 1 and 2): 3) I created /tmp/TrinidadUpload and increased org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE to 1000000000 and it uploads 1GB file without problem. Regards, Kočičák jitechno píše v St 08. 06. 2011 v 06:48 -0700: > Helmut, problem is very simple: it works, if God willing so.. > I am able upload only small files and still not always. > But I dont see any advantage in TTT for file uploads. because due to native > brother's functionality (rather, limitations in a functionality) impossible > to upload entire dir. Ask user prepare zip before upload? > Possible, but difficult explain to user, why it is necessary.. > Signed applet does this work in a better way.. > regards > > > > Helmut Swaczinna-2 wrote: > > > > I've used Tobago's file upload (based on Apache's) with no problem. > > > > Regards > > Helmut > > > > Am 08.06.2011 14:19, schrieb jitechno: > >> > >> Hi, > >> what kind of project are u starting? > >> If "file upload" project , read my previous threads, and forget Trinidad. > >> I have one-time "sex" with this looking fine "girl", it was nightmare... > >> Tomahawk also was not better. Use simplest Apache Upload, I have selected > >> all together during one hour.. > >> regards and be lucky > >> > >> > >> Iratxe Lejarreta-2 wrote: > >>> > >>> Hi, > >>> > >>> > >>> > >>> I have to start a JSF project and I don't know what MyFaces component > >>> use: > >>> Tomahawk, Trinidad or Tobago. > >>> > >>> I have experience with Tomahawk and the result was good. > >>> > >>> I think with any of three I could do what I need, but I would like to > >>> know > >>> what are the differences with Trinidad and Tobago, and which is the each > >>> maturity. > >>> > >>> > >>> > >>> Thanks, > >>> > >>> > >>> > >>> Iratxe Lejarreta > >>> > >>> www.axios.es > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >> > > > > >

