demented_gurl 0 Newbie Poster

Hi,

I have a web application using JBoss, Java and struts. I've managed to upload the file using struts, but is it possible to view the data from the uploaded file BEFORE inserting the data into database? or do I need to store them into a temp database first, then view the data, then insert them into the real database?

Thanks in advance.