The following is a list of items that need to be completed in Fileupload. Contributions are welcome!
FileUpload
class into an abstract base class
and two concrete classes, one of which is specific to a disk-based
repository and the other a more generic implementation.
newInstance()
means of creating
FileItem
instances with a factory-based scheme for
much greater flexibility and simpler customization. This change
also eliminates a dependency on Commons BeanUtils.
FileItem
interface, the setIsFormField()
method has been replaced by the setFormField()
method.
FileItem
interface, the write(String)
method has been replaced by the write(File)
method.
sizeThreshold
property of the FileUpload
class has been moved to the DiskFileUpload
class.
repositoryPath
property of the FileUpload
class has been moved to the DiskFileUpload
class.
parseRequest()
method of the
FileUpload
class has been moved to the
DiskFileUpload
class.