Package org.objectweb.telosys.upload

Class Summary
FileDownloadServlet Standard servlet for single file download
FileManager  
FileUploaded A representation of a file uploaded on the server by a multpart http request
FileUploadServlet Standard servlet for processing single file upload from the tag "fileupload" ( cf. taglib )
MultipartParser Multipart request parser
MultipartRequest Multipart request manager
Parses the given HttpServletRequest and holds all the parts contained in the request.
Part An upload part which represents a INPUT TYPE="file" form parameter
PartInputStream A PartInputStream filters a ServletInputStream
UploadParameters All the http parameters provided by an upload request ( parameters set by the widget )