filename of uploaded file on weblogic server
Hi friends,
I have written a program where a servlet will upload a file and reads the data in the file and prints out.My problem is while uploading a file from the local machine to server it saves the file as textfile.txt ,again when i makes changes in the textfile.txt and upload the file on the server it saves as textfile1.txt but while reading it's not reading the textfile1.txt instead it takes textfile.txt
so how can i get the textfile1.txt filename
thanks in advance.

