Runtime components : Channels components : AJAX channel : Concepts : AJAX channel architecture : FileuploadServlet
  
FileuploadServlet
The file upload servlet is an AJAX servlet that handles file upload requests. Like the AjaxRequestServlet class, the FileuploadServlet class extends the CSReqServlet class, and it is the point of entry for a file upload request. The FileuploadServlet class uses the functions that are contained in the BTTChannelDriver class.
Go up to
AJAX channel architecture