Hi folks,

i have one form that will send the client file to the server. The html code for this is

<form action="httt://servlet:8080/servlet/upload" Method= POST enctype="multipart/form-data">
<input type=file name=file_name>
<input type=submit>
</form>

I dont know how to get the file content in the server server side using servlets.

Do please let me know. My id is [email protected]


Thanks in advance

wilson.