The Text: <%= request.getAttribute("text") %>

The Query Parameter: <%= request.getAttribute("queryValue") %>

The File name: <%= request.getAttribute("fileName") %>

The File content type: <%= request.getAttribute("contentType") %>

The File size: <%= request.getAttribute("size") %>

The File data:


<%= request.getAttribute("data") %>