Monday, September 21, 2015

file uploading example of servlet

Steps required to upload a file: 1. In html form, request type is set to post and enctype is set to multipart/form-data. 2. <input type=”file” > element is used in the html form to facilitate selection of the file from the file system. 3. In the servlet multi part request is parsed to obtain file […]
Read complete post

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.