RE: Struts File Upload Issue

2011-05-27 Thread VijayaRajan.S
Hi Alejandro, It sometimes happens even for very small files. Regards, Vijayarajan S -Original Message- From: Alejandro García Gil [mailto:alejandro.garcia@gmail.com] Sent: Friday, May 27, 2011 11:51 AM To: Struts Users Mailing List Subject: Re: Struts File Upload Issue Have you ex

RE: Struts File Upload Issue

2011-05-26 Thread VijayaRajan.S
Hi Aaron, The user is windows user. Also I am sure the filter class is been called and the validation is successful. I have logs in my form setter methods and in the very first line of my action method. But it comes nowhere. Even the logs in Form Setter methods weren't logged. Regards, Vijay S -

RE: Struts File Upload Issue

2011-05-26 Thread VijayaRajan.S
Hi Pawel, Thanks for your concern. I am getting success out of this user validation. And if user validation fails, then it should always happen for a particular user. But it happens occasionally. Regards, Vijay S -Original Message- From: Paweł Wielgus [mailto:poulw...@gmail.com] Sent:

Struts File Upload Issue

2011-05-25 Thread VijayaRajan.S
Hi, I have a query regarding file upload functionality in Struts. I am having a screen from where I can upload multiple files. When files are browsed and submit button is clicked, it will first hit a filter, validate the user and calls the action method where uploading the files to the reposito