Hi, I am having an issue with struts file upload during validation. On the page when there's a validation error, the browsed/attached file drops. Does anyone know a work around it, to have the previously attached file in tact, meaning if i have attached a file and hit submit and got the validation error, the file should still be there, so that i don't have reattach it again.
Storing the file in session is out of league as it's not a good approach. Please reply. Thanks

