When handling file uploads in a servlet, the __________ utility class from Apache Commons FileUpload can be used.

  • FileParser
  • FileReader
  • FileUpload
  • FileWriter
When handling file uploads in a servlet, the FileUpload utility class from Apache Commons FileUpload is commonly used for parsing and processing multipart/form-data requests, including file uploads.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *