My question is relating to the server side using java servlet, I have an ajax post with event listner like here: What is the cleanest way to get the progress of JQuery ajax request?
How do I process this event listener in a java servlet, and what version of java I need for that