S
snehapshinde
I have created a html page for uploading of file..
<body>
<form method="post" enctype="multipart/form-data" action="http://
localhost:8080/LabMgmt1/upload.jsp">
<input type="file" size=20 name="fname">
<input type="Submit" value="Upload"> </form>
</body>
Now I want to get the uploaded file in upload.jsp and save it in a
folder.
How can I do it?
Plz help !
<body>
<form method="post" enctype="multipart/form-data" action="http://
localhost:8080/LabMgmt1/upload.jsp">
<input type="file" size=20 name="fname">
<input type="Submit" value="Upload"> </form>
</body>
Now I want to get the uploaded file in upload.jsp and save it in a
folder.
How can I do it?
Plz help !