How to get the total path from a jsp to dao,
August 21, 2008 at 7:56 PM
I want to upload a file into the database through a jsp when i am selecting i am not getting the whole path into the dao i am only getting the file name. for example if i am selecting a file named hello.doc located in D directory. in the dao i am getting only the hello.doc but i want d:\hello.doc how to get it from the jsp.
View All Comments
| View Tutorial