From jsp, i use a file control to select the file.
I need to read the content of the file and store the contents in the server.
How can i do this.
jsp:
<input type="file" name="fileName">
say the contents of the file be: sfdjlfjdsfjdsjfdsjfljdsfl.
I need to read the contents of the file selected in the jsp page and store the contents in the server. How can i do this.