JSP
Hi,
I m doing project for my third year in JSP. I need to upload files like excel or notepad etc in my web based application using JSP. So can you give written code or any suggestion for that query
Hi,
I m doing project for my third year in JSP. I need to upload files like excel or notepad etc in my web based application using JSP. So can you give written code or any suggestion for that query
simply use <input type=file
simply use
<input type=file >
to upload files to the server
I don't understand why u wana do it using JSP..
reply
I m just doing the project and its a part of it. Any way thanks