Thanks Cédric, as I see now, problem is connected to tmp folder. But I am able to upload relatively large files through memory, after I have changed <context-param> <!-- Maximum memory per request (in bytes) --> <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY</param-name> <!-- Use 500K --> <param-value>1000000000</param-value> </context-param> <context-param> and I dont see any problems with memory usage for this fantastic value of UPLOAD_MAX_MEMORY parameter! So, why I need to use disk instead of memory? this is a next enigmatic thing.. best regards
Cédric Durmont wrote: > > Just like Helmut, I had no problem with file upload on 2 projects : > one with Trinidad 1.2+Tomahawk (using Tomahawk upload), the other with > Trinidad 2 > Sorry jitechno I had a quick look at your code, but didn't see the > problem (I'm not really familiar with netbeans and ant, though. Just > looked your source) > > Regards, > Cedric > > 2011/6/8 jitechno <[email protected]>: >> >> 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 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>> >>> >> >> -- >> View this message in context: >> http://old.nabble.com/Tomahawk%2C-Trinidad-or-Tobago-tp31790062p31800795.html >> Sent from the MyFaces - Users mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://old.nabble.com/Tomahawk%2C-Trinidad-or-Tobago-tp31790062p31816170.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

