for image upload in jsp using file upload control into a blob field, i have downloaded com.oreilly.ser vlet.MultipartR equest jar file and included in my projects lib folder.But in a servlet while writing the following line
MultipartParser mp = new MultipartParser (request, 10*1024*1024);,
it does not work indicating that " the element neither has attached source nor attched JavaDoc and hence no information could be found".
Can u provide me the solution to this problem. Samita
MultipartParser mp = new MultipartParser (request, 10*1024*1024);,
it does not work indicating that " the element neither has attached source nor attched JavaDoc and hence no information could be found".
Can u provide me the solution to this problem. Samita
Comment