JSP upload

M

Matt

I need to implement JSP upload page that upload files to the server. I want to know
if Java API can do that? or we need special component? I don't know how upload file
works internally. All I have now is the following upload form.

<FORM ACTION="process.jsp" METHOD="POST">
<INPUT TYPE="FILE" name="uploadFile">
<INPUT TYPE="SUBMIT"
</FORM>

please advise. thanks!!
 
K

KC Wong

J

jungi

Matt said:
I need to implement JSP upload page that upload files to the server. I want to know
if Java API can do that? or we need special component?

I use commons-fileupload library from
http://jakarta.apache.org/commons/fileupload/
I don't know how upload file
works internally.

if you want to use only core java API look at
http://www.vonloesch.de/jspbrowser.html and at source of that browser
All I have now is the following upload form.

<FORM ACTION="process.jsp" METHOD="POST">
<INPUT TYPE="FILE" name="uploadFile">
<INPUT TYPE="SUBMIT"
</FORM>

please advise. thanks!!

--jungi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top