Hi folks.
I've a small problem. I am quite new to java. I am now developing an app. I am using the struts method.
Upon selection from menu, a jsp is used to upload a text file through a file selector. Then goes an calls a
java method to parse the text file and store in an Oracle 10g database. The program is working fine. But i want to add a progress bar during the read process. how to do it?
thnks in advance