When an upload is successful uploadSuccess is called with the returned server data. However at the server side I need to do some processing on the uploaded file which can take > 10 seconds to complete, during that time I have no way to communicate to the user what's going on. Is there a way to get output from the server as soon as it arrives (instead of getting the data all at once)?