MultipartRequest « Upload « JSP-Servlet Q&A





1. Image Upload issue using servlets and MultipartRequest    coderanch.com

Hi, We are using jsp's and Front servlets in our application. We have functionality where we need to upload an image and the uploaded image is converted into PSEG format and saved in database. Application will acccept images with .GIF extension only. When user uploads an image, the GIF data of image is read as a byte array and the byte ...