i know how upload files in jsp/servlet, i already use fileupload from apache, but i don't know how to return some status of the upload to the user, for example, actually when someone select the file to upload, they have to click in 'upload' button and just when the upload finish the jsp page redirect to the another page. I want they can see a percentage of how much will take to complete the upload operation.
i already implement a listener using fileupload, but i don't know how to show this information to the user, 'cause just when the upload is finished that i can redirect to another jsp page.
Any ideas ?
Best regards, Valter Henrique.