|
-
September 29th, 1999, 04:18 AM
#1
How to get the file content in the server, posted using <input type=file>
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|