class DataUploadServlet : HttpServlet
Accepts binary streams, finds the right AcceptsFileUpload implementor and hands the stream off to it.
| <init> |
DataUploadServlet()
Accepts binary streams, finds the right AcceptsFileUpload implementor and hands the stream off to it. |
| doPost |
fun doPost(req: HttpServletRequest, resp: HttpServletResponse): Unit |