I\'m having a very hard time dealing with multipart/form-data requests with my java application server. From what I have found out, the servlet 3.0 specification provides m
when we used post method than data are encrypted so we have to used servletfileupload to get requested data and using FileItemIterator we can get all form data.
i already answer on this link How to process a form sent Google Web Toolkit in a servlet