hi ..problem in uploading image..using servlet to upload image in mysql..use html form so user given the path of image..but giving error.here is the code..help me on this.
[CODE=Java]
import java.sql.*;
import java.io.*;

import javax.servlet.* ;
import javax.servlet.h ttp.*;

public class LoadImage extends HttpServlet{

public void doPost(HttpServ letRequest req, HttpServletResp onse...