public class DataUploadServlet
Accepts binary streams, finds the right interface AcceptsFileUpload
implementor and hands the stream off to it.
interface AcceptsFileUpload
Constructor and Description |
---|
DataUploadServlet()
Accepts binary streams, finds the right
interface AcceptsFileUpload implementor and hands the stream off to it. |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
public DataUploadServlet()
Accepts binary streams, finds the right interface AcceptsFileUpload
implementor and hands the stream off to it.
interface AcceptsFileUpload