implemention of file uploading in one jsp file,
December 8, 2009 at 4:38 PM
hi, sir i read your tutorial well, the work is very fine.
and then can you solve my problem?
my problem is followed as:
in the first picture, when i click the browse button to read the excel or any text file, i want to display the text file contents under the file browse form box. of course, after i click the browse button, i got the file name using javascript function, but i can not pass the file name to jsp code to read and display the file contents. of course, i know the difference between javascript and jsp. so what i want to you is how you can implement my problem.
whatever, what i want to get is only the file name in jsp code when i click the browse button.