I have to upload a file in struts2 using ajax and jquery . Once the file is uploaded I have to display filesize, file type, file name and created/updated date in the same page.
The only problem I see is that I don't think you can get the file created date from a file (unless it's in the file, like in JPG metadata).
I'd think the Struts end is going to be the same as any other file upload. What have you tried so far?