For a file upload, the request type must be __________.
- FILE
- GET
- POST
- UPLOAD
For a file upload, the request type must be POST.
Loading...
Related Quiz
- What is the best approach to maintain user sessions in a distributed web application environment?
- In the context of web applications, what does the term 'sticky session' mean?
- The servlet forwards the processed data to the view using the __________ mechanism.
- How does redirection differ from request dispatching in servlets?
- If a filter needs to perform different actions based on the type of HTTP request, which method or object should it use to determine this?