You must use the tag <input type=file>:The input type "file" brings up a button for a file select box on the browser together with a text field that takes the file name once selected. The servlet can use the GET method parameters to decide what to do with the upload while the POST body of the request contains the file data to parse.
Category:JSP Interview Questions
No comments:
Post a Comment