Hi
I am using javascript for client side validation. My application uploads file to a database and after upload shows the folder / file structure on screen like in windows explorer.
I am using
servlets for this. I am able to upload a file but after the upload, in parent window,I have to click refresh everytime to see the latest folder / file view.
Can someone tell me How do I solve this problem so that my page refereshes automatically after I do the upload.