Hi,
I want to save some form details and a certain picture file to the server and store the picture pathname to the database on the server using JSP codes. For example, I have this upload.jsp that contain this html code --> <input type=file name=upload size=20>.
I will be able to choose any file from my client computer, then i will have a save button, when i press it, all the form details on upload.jsp will be send to save.jsp. How do i save the picture file that i have choosen at the form to the server? anyone has any idea???
thanks!!!
I want to save some form details and a certain picture file to the server and store the picture pathname to the database on the server using JSP codes. For example, I have this upload.jsp that contain this html code --> <input type=file name=upload size=20>.
I will be able to choose any file from my client computer, then i will have a save button, when i press it, all the form details on upload.jsp will be send to save.jsp. How do i save the picture file that i have choosen at the form to the server? anyone has any idea???
thanks!!!