Package com.aspectran.web.support.multipart.inmemory
package com.aspectran.web.support.multipart.inmemory
Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above.
It is designed to store uploaded data items in memory, such as GAE, where the file system is not available.
-
ClassesClassDescriptionThe class is an implementation of the
FileItem
that removed file-related codes to support environments such as GAE where the file system is not available.The class is an implementation of theFileItemFactory
interface.This class represents a file item that was received within a multipart/form-data POST request.Multipart form data parser that use Apache Commons FileUpload 1.3 or above.The Class InMemoryMultipartFormDataParserFactory.The Class InMemoryMultipartFormDataParserFactoryBean.An output stream which will retain data in memory (always).