Categories

Updated: 10/14/2003

MWS PostedRequest class

Posted Request is a utility class that handles requests like multipart/form-data that support file uploads. It is a wrapper over the standard HttpServletRequest, and, while partly emulating its interface, it completes HttpServletRequest with possibility to receive file that has been sent to server, as byte array. This byte array can be saved then, either in the database, or as a file.
©2019 A--9.com