Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How can you upload an image from the disk to your web page?

user-image
Question added by himanshu mittal
Date Posted: 2013/08/31
Bassem Zohdy
by Bassem Zohdy , Java Chief Architect , Crossover

use <input type="file" name="selectFile" /> 

and <form action="upload.do" method="post" enctype="multipart/form-data">

check below link

 

http://thejavatrail.blogspot.com/2012/09/upload-file-or-images-in-j2ee-web.html

More Questions Like This