Thanks, I just did that, and for some reason that I can understand, I keep getting the same behavior:
First file is uploaded, only after file completed uploading all progress events are being triggered at once (I see a long progress list in the log file exactly after upload is finished, instead of seeing the log lines being added along the upload progress). I can't figure out why I keep getting this behavior. Guy. From: Scott O'Bryan [mailto:[EMAIL PROTECTED] Sent: Saturday, May 24, 2008 8:52 PM To: MyFaces Discussion Cc: MyFaces Discussion Subject: Re: [Myaces][Tomahawk] File Upload Why not put your code IN the tomogawk filter? On May 24, 2008, at 11:45 AM, Guy Bashan <[EMAIL PROTECTED]> wrote: Hi All, I have been fighting with file upload with progress in a JSF form for over a week with no luck. To do the upload I am using my own filter, that process the upload and puts in the session the progress information. It seems like my filter is called only after Tomahawk extensions filter finishes the upload. Can I cancel Tomahawk file upload processing (I will handle the processing with my filter instead). Thanks,

