Re: FileUpload problem for empty files.

2008-01-03 Thread Michał Letyński
I found that there is a Treshold parameter, here is short info: / "Sets the size threshold beyond which files are written directly to disk." /This paramater is set to 0. So my attachment is not written to disk but is keeped in memory. In struts 1 this parameters was set to 262144. But my problem

FileUpload problem for empty files.

2008-01-03 Thread Michał Letyński
Hi. Im using struts 2 s:file tag for uploading files. But it does not work for empty files -> 0bytes. Temp file is not created in tomcat tmp directory. Why ? Is it a struts bug ? - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo